Skip to content
Snippets Groups Projects
Commit fcbb178c authored by Robert Habermann's avatar Robert Habermann
Browse files

rename result.result_code to _ and result_error _

parent 19e0d1bf
No related branches found
No related tags found
No related merge requests found
......@@ -53,11 +53,10 @@ Get Articles and Attachments
## Useful result data
* client.result_list_ticket_get (*list*) - list of ticket_get results
* client.result_list_ticket_search (*list*) - list of ticket_search results
* client.result_json (*dict*) - full result set as dict
* client.result_error (*True* or *False*)
* client.result_status_code (HTTP Result Code) - usually 200
* **client.result_list_ticket_get** (*list*) - list of ticket_get results
* **client.result_list_ticket_search** (*list*) - list of ticket_search results
* **client.result_json** (*dict*) - full result set as dict
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment