-
Notifications
You must be signed in to change notification settings - Fork 13
feat: 2.6 api endpoints #75
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
Conversation
Thanks for submitting this pull request! A maintainer will review this in the next few days and explicitly select labels so you know what's going on. If no reviewer appears after a week, a reminder will be sent out. |
Codecov Report
@@ Coverage Diff @@
## master #75 +/- ##
===========================================
+ Coverage 88.59% 90.29% +1.7%
- Complexity 52 62 +10
===========================================
Files 11 13 +2
Lines 114 134 +20
===========================================
+ Hits 101 121 +20
Misses 13 13
Continue to review full report at Codecov.
|
A contributor has approved this PR. A maintainer will merge this PR shortly. If it shouldn't be merged yet, please leave a comment saying so and we'll wait. Thank you for your contribution! |
Your pull request has been merged but was not assigned a bounty tier. A maintainer will assign a bounty tier to this pull request in the next few days. |
Your pull request has been merged and marked as tier 4. It will earn you $20 USD. |
Summary
Adds the following API endpoints
GET
bridgechains
bridgechains/{id}
businesses
businesses/{id}
businesses/{id}/bridgechains
wallets/{id}/locks
locks
locks/{id}
POST
businesses/search
bridgechains/search
locks/search
locks/unlocked
Checklist