Skip to content
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

Work with URIs, not ids #5

Open
thatmarvin opened this issue Mar 7, 2013 · 0 comments
Open

Work with URIs, not ids #5

thatmarvin opened this issue Mar 7, 2013 · 0 comments

Comments

@thatmarvin
Copy link

The official word from Balanced is "Always, always store the uri". For reasons outlined in the docs, you can infer that you should really access the resources using the URIs in the responses instead of constructing the URI string yourself.

For example, this would break one day when Balanced starts using /v2/marketplaces/…, or if you need to support a mixture of both v1 and v2 resources (both should continue to work).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant