You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This regenerates the internal API client based on recent upstream changes. This
includes making `/api/v1/proof/list` an internal endpoint, adding `public` to
circuit info responses, and various documentation improvements. Because listing
all proofs is now an internal-only method, I removed
`SindriClient.getAllProofs()`. We were using this in the `getProof()` tests, so
these also had to be updated not to use it.
Closes#96
Merges #97
Ensure list endpoint calls do not set include_* query params
See sindri api PR #808
The text was updated successfully, but these errors were encountered: