We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/friends/[author_id]
Method:
GET
Example:
GET /friends/a9284a45-5605-4a47-a967-ad39c35c72ec HTTP 200 OK Allow: GET, POST, OPTIONS Content-Type: application/json Vary: Accept { "authors": [ "c974a1fd-fa8c-4d99-97d6-6006e0ee0a5f" ], "query": "friends" }
POST
POST /friends/a9284a45-5605-4a47-a967-ad39c35c72ec
HTTP 200 OK Allow: GET, POST, OPTIONS Content-Type: application/json Vary: Accept { "authors": [ "c974a1fd-fa8c-4d99-97d6-6006e0ee0a5f" ], }