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
{{ message }}
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
It may make sense for the private API to expose nested resources under user.
For example,
GET /v1/users/$xpring.money/hbergren/addresses/xrpl-testnet
Then you could imagine the following "helper methods":
POST /v1/users/$xpring.money/hbergren/addresses/
PUT /v1/users/$xpring.money/hbergren/addresses/xrpl-testnet
PATCH /v1/users/$xpring.money/hbergren/addresses/xrpl-testnet
DELETE /v1/users/$xpring.money/hbergren/addresses/xrpl-testnet
This is probably related to #142 (implementing PATCH for the private API), and maybe even #141.
The text was updated successfully, but these errors were encountered: