-
Notifications
You must be signed in to change notification settings - Fork 29
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
Explicit documentation of asset URLs #48
Comments
@bebraw It would be easier if all APIs' folder names matched their project name. |
Having folder names match projects would be helpful and solve half the problem. For the other half of the problem, I would like, for example, this URL:
To return this data:
Does anyone else like this approach? |
I'm not the maintainer, but I do not think it should be part of the the API's output. |
I have moved the project renaming to a separate issue, #50 This issue is now only concerned with including the above JSON information in the project, which is necessary if data consumers are interested to translate the output of this API into usable URL addresses. |
Drunk. Closing issue, will reopen as smaller, more specific issue. |
Discussion continued at #55 |
related: http://tools.ietf.org/html/rfc6570 |
Please consider:
The result shows project name is
twitter-bootstrap
, version is3.2.0
and one asset iscss/bootstrap.min.css
. However, the actual asset hosted on the CDN is located at this scheme-relative URL:Please provide a reliable and documented way for API users to determine the full scheme-relative CDN asset URL with the returned information. Presently it is necessary to know the CDN's base URL and, in this case, the canonical name for
twitter-bootstrap
.The text was updated successfully, but these errors were encountered: