PayString / paystring

Reference implementation of the PayString Protocol.
Apache License 2.0
286 stars 85 forks source link

Maybe: Expose nested subresources under user? #171

Open 0xCLARITY opened 4 years ago

0xCLARITY commented 4 years ago

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":

This is probably related to #142 (implementing PATCH for the private API), and maybe even #141.

dino-rodriguez commented 4 years ago

This sounds like something GraphQL could do quite well.