-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This refactors the existing API v2 to be consistent with new patterns introduced in the issuer API: * Use camel case variants * Use `Result` return values All return values are still wrapped in `opt` in order to give us the freedom to do breaking changes without CI complaining about it. This `opt` will be removed once the API v2 stabilizes. The integration tests are already written in a way that assumes the `opt` is not there. This is possible because in candid `opt T` coerces to `T`. This means that no integration test needs to be touched once we remove the `opt` to stabilize.
- Loading branch information
Frederik Rothenberger
committed
Dec 18, 2023
1 parent
0870902
commit 5f812aa
Showing
14 changed files
with
202 additions
and
343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.