Closed
Bug 1390142
Opened 8 years ago
Closed 8 years ago
Annotate private API endpoints for frontend
Categories
(Socorro :: Symbols, task)
Socorro
Symbols
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
References
Details
Most things like /api/* are publically available as long as you use an API token. However, some don't make sense to use *outside* the frontend. For example, to fiddle with a user's status or permissions. Also, there are some endpoints that are not important to be able to "do from curl" such as stats or information about the state of feature flags.
| Assignee | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla-services/tecken
https://github.com/mozilla-services/tecken/commit/e089b1c6edef341933897a40007f1ac1d5872226
fixes bug 1390142 - Annotate private API endpoints for frontend (#321)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•