Mozillians/API-Specification: Difference between revisions
Jump to navigation
Jump to search
Bsternthal (talk | contribs) |
Bsternthal (talk | contribs) |
||
Line 12: | Line 12: | ||
* API keys are per application not per user | * API keys are per application not per user | ||
* API keys are restricted to Vouched Users | * API keys are restricted to Vouched Users | ||
<!-- | |||
== Application Attributes == | == Application Attributes == | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 76: | Line 76: | ||
| | | | ||
|} | |} | ||
--> | |||
== API Methods == | == API Methods == | ||
[[Mozillians/API-Specification/List_Users/ | users]] | [[Mozillians/API-Specification/List_Users/ | users]] | ||
<!--[[Mozillians/API-Specification/Methods | API Methods]]--> | <!--[[Mozillians/API-Specification/Methods | API Methods]]--> |
Revision as of 22:03, 5 November 2012
API Specification
Registration Of New Application
- User requests new application under "Edit Profile -> Developer"
- User enters URL
- User is directed to fill out bug with app information and usage case(s)
- Items necessary in filed bug comment: Description of app, expected API usage, URL of app
- User is then approved or denied in admin, manually, interface by those with administrator privileges (product lead or tech. pm)
- User received email notification of approval and directed to mozillians for api key
API Keys
- API keys are per application not per user
- API keys are restricted to Vouched Users