- GET the account profile (done)
- GET the account plan (done)
- GET the followers (done)
- GET the events (done)
- GET a list of an account's consumers (done)
- GET a consumer (done)
- PUT an updated consumer
- DELETES a consumer
- GET a list of user's email addresses (done)
- GET an email address (done)
- POST a new email address (done)
- Update an email address (done)
- GET the list of an accounts SSH keys (done)
- POST a new ssh key (done)
- GET a ssh key (done)
- DELETE a key
- GET a list of changesets (done)
- GET an individual changeset (done)
- GET participants associated with an individual changeset
- GET statistics associated with an individual changeset
- GET the diff associated with a changeset (done)
- GET a list of comments on a changeset
- DELETE a comment on a changeset
- POST a new comment on a changeset
- PUT an update to an existing changeset comment
- Toggle spam flag on an existing changeset comment
- GET a list of keys (done)
- GET the key's content (done)
- POST a new key (done)
- DELETE a key (done)
- GET a list of events (done)
- Get a list of users that are following the repository (done)
- GET a list of issues in a repository's tracker (done)
- GET an individual issue (done)
- GET a list of an issue's followers (done)
- POST a new issue (done)
- Update an existing issue (done)
- DELETE an issue (done)
- GET the comments for an issue (done)
- GET an individual comment (done)
- POST a new comment on the issue (done)
- Update a comment (done)
- GET the components defined on an issue tracker (done)
- GET an individual component (done)
- POST a new component in an issue tracker (done)
- Update an existing component (done)
- DELETE a component from the issue tracker (done)
- GET a list of versions (done)
- GET an individual version (done)
- POST a new version (done)
- PUT an update to a version (done)
- DELETE a version (done)
- GET the defined milestones (done)
- GET an individual milestone (done)
- POST a new milestone (done)
- PUT an update to milestones (done)
- DELETE a milestone (done)
- GET list of links (done)
- GET a link (done)
- POST a new link (done)
- PUT an update to a link (done)
- DELETE a link (done)
- GET a list of repo source (listing of a directory content) (done)
- GET content of a file (done)
- GET raw content of a file
- GET the raw content of a Wiki page (done)
- POST a new page (seems bugged)
- PUT a page update (seems bugged)
- PUT a default reviewer onto a repository
- GET a user profile (done)
- Update a user (missing)
- GET a list of user privileges**(done)**
- GET a list of repositories an account follows (done)
- GET a list of repositories visible to an account (done)
- GET a list of repositories the account is following (done)
- GET the list of repositories on the dashboard
It is quite limited compared to the API v1. So it has been postponed for later.
- Oauth 1.0a (done)
- Basic (done)