Skip to content

Commit

Permalink
Fix readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsandersen committed Apr 3, 2020
1 parent d057b6b commit 3597391
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
##XenforoResourceManagerAPI
-----
## XenforoResourceManagerAPI
This project aims to safely expose information from the [SpigotMC](https://spigotmc.org) website in a machine-readable format for use in projects and other systems.

### Current Capabilities
Expand Down Expand Up @@ -40,9 +39,9 @@ Here are examples of current capabilities:
}
```

### getResourcesByAuthor
#### Request: https://api.spigotmc.org/simple/0.1/index.php?action=getResourcesByAuthor&id=1
#### Response:
#### getResourcesByAuthor
##### Request: https://api.spigotmc.org/simple/0.1/index.php?action=getResourcesByAuthor&id=1
##### Response (truncated):
```json
[
{
Expand Down Expand Up @@ -82,15 +81,13 @@ Here are examples of current capabilities:
"reviews": "17",
"rating": "4.41176"
}
},
...
}
]
```
*Please note, results were truncated.*

### getAuthor
#### Request: https://api.spigotmc.org/simple/0.1/index.php?action=getAuthor&id=1
#### Response:
#### getAuthor
##### Request: https://api.spigotmc.org/simple/0.1/index.php?action=getAuthor&id=1
##### Response:
```json
{
"id": "1",
Expand Down

0 comments on commit 3597391

Please sign in to comment.