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

extend docs

parent 940a810e
No related branches found
No related tags found
No related merge requests found
......@@ -13,14 +13,13 @@
Roughly implements: https://otrs.github.io/doc/api/otrs/5.0/Perl/index.html
This should work too::
Get Started::
from pyotrs import Client
client = Client("https://otrs.example.com", "GenericTicketConnectorREST", "root@localhost", "x")
client.session_restore_or_set_up_new()
client.ticket_get_by_id(1)
.. note::
foo bar
......
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