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

Improved the API docs language to be more consistent. #807

Merged
merged 1 commit into from
Apr 1, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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