Jockmkt-sdk

Latest version: v0.2.15

Safety actively analyzes 623827 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.2.15

``ADDED:``

- Option to include object count in your request.
- If you are trying to get all of your orders, for example, you can set ``include_count=True`` in your request to return the total number of orders. Assists with pagination.
- e.g.:

.. code-block:: python

The perfect number of requests to get all orders
orders, order_count = client.get_orders(include_count=True)
for i in range(order_count//100 + 1):
orders.extend(client.get_orders(start=i)

- verbosity feature to get rid of print statements

``FIXED:``

- Typo in Entry docs
- Better self-documentation by renaming some variables within functions. Will not affect return values.
- Fixed key problem in NHL entity

0.2.14

``FIXED:``

- Deleted an annoying print statement.

0.2.13

``FIXED:``

- Typing issue

0.2.12

``FIXED``

- File structure problem

0.2.11

``FIXED``

- No longer raises an exception if the user has already joined an event.
- Now actually returns horse racing entities

``ADDED``

- New websocket connect method that should allow for a more graceful exit.

0.2.10

``FIXED:``

- Notifications from websockets not being pushed to messages
- Websocket messages not being converted to objects correctly

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.