Sindri-Labs / sindri-python

Contains SDK code for Sindri APIs
MIT License
4 stars 0 forks source link

Add more methods and unit tests #21

Closed KPreisner closed 6 months ago

KPreisner commented 7 months ago

Add more methods and unit tests

This PR introduces new python SDK methods that implement interacting with more of the Sindri API endpoints. NOTE: All of these API endpoints are currently hidden on https://sindri.app/docs/reference/api/circuits/

This PR introduces a first draft of pytest unit tests. #23 outlines a future update to these unit tests.

Reviewer testing

To run the new unit tests, which also test the new methods. See tests/README.md.