Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #807 from shurcooL/patch-1
Browse files Browse the repository at this point in the history
Improved the API docs language to be more consistent.
  • Loading branch information
chadwhitacre committed Apr 1, 2013
2 parents 7339dc8 + 472d466 commit 888e4ee
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,20 +365,20 @@ The Gittip API is comprised of these endpoints:

- "goal"—funding goal of the given participant; possible values are:

- `undefined` (key not present)—user is a patron (or has 0 as the goal)
- `null`—user is grateful for gifts, but doesn't have a specific funding goal
- "100.00"—user's goal is to receive the given amount per week
- `undefined` (key not present)—participant is a patron (or has 0 as the goal)
- `null`—participant is grateful for gifts, but doesn't have a specific funding goal
- "100.00"—participant's goal is to receive the given amount per week
<br><br>

- "elsewhere"&mdash;user's connected accounts elsewhere; returns an object with these keys:
- "elsewhere"&mdash;participant's connected accounts elsewhere; returns an object with these keys:

- "bitbucket"&mdash;user's Bitbucket account; possible values are:
- "bitbucket"&mdash;participant's Bitbucket account; possible values are:
- `undefined` (key not present)&mdash;no Bitbucket account connected
- `https://bitbucket.org/api/1.0/users/%bitbucket_username`
- "github"&mdash;user's GitHub account; possible values are:
- "github"&mdash;participant's GitHub account; possible values are:
- `undefined` (key not present)&mdash;no GitHub account connected
- `https://api.github.com/users/%github_username`
- "twitter"&mdash;user's Twitter account; possible values are:
- "twitter"&mdash;participant's Twitter account; possible values are:
- `undefined` (key not present)&mdash;no Twitter account connected
- `https://api.twitter.com/1/users/show.json?id=%twitter_immutable_id&include_entities=1`

Expand Down

0 comments on commit 888e4ee

Please sign in to comment.