``Added:``
- functionality for ALL Jockmkt API endpoints
- Automatically fetches an authorization token
- Objects for every relevant request: (i.e. tradeable, entity, event, order, etc.) that contain attributes for all available information.
- Rate limit handling for orders -- the user can place as many orders as they want and the SDK will automatically cache requests if they hit the limit
- Testing
- Event scoring information
- Full docstrings explaining every api request, return value and instance variable
- Full documentation with examples `here <https://jockmkt-sdk.readthedocs.io/en/latest/>`_