| check_login()
 | Check that the login request was successful or not | 
        
        | compact()
 | Compact list. | 
        
        | construct_newline_pairs()
 | Construct a string for params suitable for passing into an RT request | 
        
        | parse_rt_properties()
 | Parse typical RT properties as contained in an RT response body | 
        
        | parse_ticket_create_body()
 | Parse an RT ticket create response body and return the ticket ID | 
        
        | parse_user_create_body()
 | Parse the response body from a call to rt_user_create | 
        
        | print(<rt_api>)
 | Print an rt_apiobject | 
        
        | rt
 | The rtpackage | 
        
        | rt_GET()
 | Get an RT response | 
        
        | rt_POST()
 | POST an RT request | 
        
        | rt_do_login()
 | Actually do the logging in part of logging in | 
        
        | rt_login()
 | Log in to RT | 
        
        | rt_login_interactive()
 | Log in to RT interactively | 
        
        | rt_logout()
 | Log out of RT | 
        
        | rt_parse_response()
 | Parse an RT response in its parts as a list | 
        
        | rt_queue_properties()
 | Get the properties of a queue | 
        
        | rt_ticket_attachment()
 | Get a ticket's attachment | 
        
        | rt_ticket_attachment_content()
 | Get the content of an attachment | 
        
        | rt_ticket_attachments()
 | Get a ticket's attachments | 
        
        | rt_ticket_create()
 | Create a ticket | 
        
        | rt_ticket_edit()
 | Edit a ticket | 
        
        | rt_ticket_history()
 | Get a ticket's history | 
        
        | rt_ticket_history_comment()
 | Comment on a ticket | 
        
        | rt_ticket_history_entry()
 | Gets the history information for a single history item | 
        
        | rt_ticket_history_reply()
 | Reply to a ticket | 
        
        | rt_ticket_links()
 | Get a ticket's links | 
        
        | rt_ticket_links_edit()
 | Edit the links on a ticket | 
        
        | rt_ticket_merge()
 | Merge two tickets | 
        
        | rt_ticket_properties()
 | Get a ticket's properties | 
        
        | rt_ticket_search()
 | Search for tickets | 
        
        | rt_url()
 | Generate an RT API URL | 
        
        | rt_user_agent()
 | Get the user agent for the package. | 
        
        | rt_user_create()
 | Create a user | 
        
        | rt_user_edit()
 | Edit a user | 
        
        | rt_user_properties()
 | Get a user's properties | 
        
        | rt_version_string()
 | Get the version of the currently installed version of this package as a
character vector | 
        
        | stopforstatus()
 | Throw an error if the RT status code is an error status | 
        
        | tidy_long_search_result()
 | tidy_long_search_result | 
        
        | try_tibble()
 | Try to make a tibble | 
        
        | warn_user_edit_warnings()
 | Warn if a user edit response body contains warnings |