Mozillians/API-Specification: Difference between revisions
Jump to navigation
Jump to search
Bsternthal (talk | contribs) (Created page with "= API Specification = == Registration Of New Application == # User requests new application under "Edit Profile -> Developer" ## User enters URL ## User is directed to fill out...") |
Bsternthal (talk | contribs) |
||
| Line 66: | Line 66: | ||
| '''is_mozilla_app''' | | '''is_mozilla_app''' | ||
| | | | ||
| boolean | |||
| | | | ||
| | | | ||
|- | |- | ||
Revision as of 23:19, 26 September 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
- (AD please add details, what product/component, what information, who does it go to)
- User is then approved or denied in admin interface (AD please add by who)
- 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
API Fields
| Key | Required | Type | Length | Example |
|---|---|---|---|---|
| key | ||||
| name | ||||
| description | ||||
| url | ||||
| owner | ||||
| creation_date | ||||
| tracker_id | ||||
| is_mozilla_app | boolean | |||
| In: |