Skip to content

Commit

Permalink
Not JSON! :D
Browse files Browse the repository at this point in the history
  • Loading branch information
lol768 committed May 27, 2014
1 parent f734786 commit 8fdcd96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Where uid is the user's **XenForo** user id, the token is the token set in the x

Example requests:

````json
````javascript
/* Request to mc-association/api/lookupUserById&uid=1&token=abc&userInfo=true */
{

Expand Down Expand Up @@ -61,7 +61,7 @@ Example requests:
}
````

````json
````javascript
/* Request to mc-association/api/lookupUserById&uid=1&token=abc */
{

Expand All @@ -72,7 +72,7 @@ Example requests:
}
````

````json
````javascript
/* Request to mc-association/api/lookupUserById&uid=2&token=abc */
/* User id 2 has not associated their account. */
[]
Expand All @@ -90,7 +90,7 @@ Where :uuid is the user's **Minecraft** UUID in hexadecimal notation without hyp

Example requests:

````json
````javascript
/* Request to mc-association/api/lookupUserByUuid&uuid=34648d5df7b94f7289d19b63e7b3ecbb&userInfo=true&token=abc */
{

Expand Down Expand Up @@ -133,7 +133,7 @@ Example requests:
}
````

````json
````javascript
/* Request to mc-association/api/lookupUserByUuid&uuid=34648d5df7b94f7289d19b63e7b3ecbb&token=abc */
{

Expand All @@ -156,7 +156,7 @@ Where :username is the **XenForo username** and :token is the token set in the X

Example request:

````json
````javascript
{

"user_id": 1,
Expand Down

0 comments on commit 8fdcd96

Please sign in to comment.