-
Notifications
You must be signed in to change notification settings - Fork 1
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
Discuss how the API should be advertised #3
Comments
Well, for any documentation, I suggest using Markdown, it's simpler. It is a public API imo. For example, IRC bots will love to use it. |
I'd have thought it was a public API as well. And, yep, I can do Markdown, it's really fairly simple to do with Python. I think it should definitely be an index page rather than on GitHub, though. |
Yeah didn't mean it should be a Github wiki. |
What do we think of this? |
Fine to me. |
Is it possible to have /format/ not be case sensitive? |
Huh? Case insensitive routing? When would you need to use uppercase or mixed case instead of lowercase? Yes, it's possible, technically speaking, but it's a pain in the ass. |
If its a pain in the ass it doesn't matter, just a suggestion. |
Well, I'm not saying I wouldn't do it regardless, I'm just trying to think of a use case for it :P |
It's not hard to do ._. |
|
Use the Accept headers instead of the URL to specify formats. |
Dumb clients won't do that (and noobs won't know how to do that); but I could add it as an optional way of doing things. |
… routes. Note that /api/ROUTE won't be registered unless you use the hybrid_route function.
The text was updated successfully, but these errors were encountered: