Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

V1 foo bar

CorgiDude edited this page Oct 23, 2012 · 3 revisions

API Method: foo bar

foo bar (/foo/bar) lets you do X and Y and Z. It accomplishes this using the foo parameter.

/foo/bar requires authentication, as explained in the API duckumentation.

Parameters

  • foo: Takes "bar"

Result

  • success: Whether the request was successful

Sample 1

Request

POST /foo/bar

{
  "foo": "bar"
}

Response

{
  "success": true
}

Sample 2

Request

POST /foo/bar

{
  "foo": "baz"
}

Response

{
  "success": false
}
Clone this wiki locally