Closed
Bug 763136
Opened 13 years ago
Closed 13 years ago
HTML view for API calls
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
VERIFIED
FIXED
2012-06-27
People
(Reporter: timw, Assigned: timw)
Details
Currently format={json|xml} must be added to the api urls because the to_html function is not implemented.
We should implement it to at least show the pretty printed JSON and eventually document the calls available.
Updated•13 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Comment 1•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/8807e28448894ff2f3c526525a6929f2570c77ce
[fix bug 763136] Added html renderer for api, and basic json prettifyer.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 2•13 years ago
|
||
View /api/v1/ to get a list of API methods, then you can drill down.
Updated•13 years ago
|
Target Milestone: --- → 2012-06-27
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•13 years ago
|
||
None of the URLs listed at https://mozillians.org/api/v1/ show me anything. Is that expected?
Comment 4•13 years ago
|
||
(In reply to Josh Matthews [:jdm] from comment #3)
> None of the URLs listed at https://mozillians.org/api/v1/ show me anything.
> Is that expected?
Yes. Because of privacy concerns with the Data Safety Council we took immediate measures to restrict the API to paid staff (as determined by the domain name of the address you used to register, unfortunately) and we are now shutting it off completely until the issues can be addressed.
Comment 5•13 years ago
|
||
(In reply to James Socol [:jsocol, :james] from comment #4)
>unfortunately) we are
> now shutting it off completely until the issues can be addressed.
jdm - for reference here is the bug 770494 that tracks this
You need to log in
before you can comment on or make changes to this bug.
Description
•