-
Notifications
You must be signed in to change notification settings - Fork 21
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
Convert "hardcoded" URLs to Hypermedia links #6
Comments
We've got a similar thing with this: When we're setting up from reading the Collections endpoint, we need to figure out a way to not have the items hard-coded in order. |
...And I got the December 18th comment taken care of. So, we just need to figure out how to get it non-"hardcoded". |
Eh, we don't need this to be published to PyPI, so removing that milestone. |
No, #6 isn't finished yet, but it's a start. The reason for the "shim"? Trying .format(?access_token = "") raises a syntax error.
OK, the list of things we need to do:
|
OK, so that one thread on the FSDN was right: They're missing a good chunk of information from the Apparently, the templates are there, you just have to load a resource to get to them.... |
This shouldn't affect functionality, but, in theory, it should help "future-proof" it, in case the hard-coded links change.
The text was updated successfully, but these errors were encountered: