-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking βSign up for GitHubβ, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat(spv 1394): Separate admin and user client classes and methods #1142
Feat(spv 1394): Separate admin and user client classes and methods #1142
Conversation
feat(admin-api): add admin API client code feat(user-api): add user API client code chore(examples): update example code for admin API and user API
chore(admin-api user-api): update naming chore(types)ClientOptions updated for user-api. Update previous ClientOptions to ClientOptionOld naming chore(examples) Update example files and endpoints back to root folder.
fix(user-api) update make requester types chore(examples) update tests to xPriv versions
chore(webhook-example) Adjust webhook example test for get webhooks
Manual TestsβΉοΈ Remember to ask team members to perform manual tests and to assign |
Manual Testsπ Manual testing by @dzolt-4chain resulted in success. |
chore(jest): update all test files chore(webhooks): update webhooks to new admin API functions chore(README.md): update readme documentation regarding new admin and user endpoints
β¦te-admin-and-user-client-classes-and-methods
feat(conflicts): update file conflicts
One small tip. The release of new version after merge is all about pushing a git tag with new version number, then gh actions will try to release that version for you, but if the git tag won't match version from package.json, then the release will fail. |
feat(admin-api): add AdminClientOptions for admin API docs(readme): update docs with admin and client separation description test(examples): update example test files with new admin api changes chore(package.json): update beta versioning to 3.2
β¦t-classes-and-methods
chore(examples): update test command to match example test file naming
Pull Request Checklist