Mozillians/API-Specification: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 78: Line 78:




== API Documentation ==
== API Methods ==
[[Mozillians/API-Specification/Methods | API Methods]]
[[Mozillians/API-Specification/List_Users/ | listUsers]]
<!--[[Mozillians/API-Specification/Methods | API Methods]]-->

Revision as of 20:21, 4 October 2012

API Specification

Registration Of New Application

  1. User requests new application under "Edit Profile -> Developer"
    1. User enters URL
    2. User is directed to fill out bug with app information and usage case(s)
      1. Items necessary in filed bug comment: Description of app, expected API usage, URL of app
  2. User is then approved or denied in admin, manually, interface by those with administrator privileges (product lead or tech. pm)
  3. 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

Application Attributes

Key Required Type Length Example
key
name
description
url
owner
creation_date
tracker_id
is_mozilla_app boolean
is_active boolean


API Methods

listUsers