Sindri-Labs / sindri-python

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

Map all optional parameters of API endpoints to the existing SDK methods #29

Closed KPreisner closed 6 months ago

KPreisner commented 6 months ago

Map all optional parameters of API endpoints to the existing SDK methods

The sindri.app/api endpoints support many different flags. The Sindri Python SDK methods should support all of these flags.

For example, the get_proof() endpoint should have optional flags for returning all components of the proof, just like the proof-detail api endpoint.