API Reference ============= Api reference for pyznuny, here you can find all the classes and methods available in the library, with examples of how to use them. .. currentmodule:: pyznuny .. autoclass:: TicketClient :members: ticket, set_endpoint :show-inheritance: TicketClient.ticket ------------------- The attribute ``TicketClient.ticket`` exposes the following methods. . .. currentmodule:: pyznuny.ticket.routes .. autoclass:: TicketRoutes :members: create, update, get :noindex: TicketClient.set_endpoint ------------------------- The attribute ``TicketClient.set_endpoint`` exposes the following methods. .. currentmodule:: pyznuny.ticket.endpoints .. autoclass:: EndpointSetter :members: ticket_create, ticket_get, ticket_update :noindex: