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

Commit

Permalink
Update docs to RESTful instead of restful or Restful
Browse files Browse the repository at this point in the history
  • Loading branch information
geauxvirtual committed Nov 25, 2015
1 parent 652b1c7 commit c2dec61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/RESTAPI.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# snap API
snap exposes a list of Restful APIs to perform various actions. All of snap APIs return `JSON` as the reponses, including errors. Any non-2xx HTTP status code may contain an error message. All API URLs listed in this documentation has the endpoint:
snap exposes a list of RESTful APIs to perform various actions. All of snap APIs return `JSON` as the reponses, including errors. Any non-2xx HTTP status code may contain an error message. All API URLs listed in this documentation has the endpoint:
> http://localhost:8181
## API Response Meta
Expand All @@ -25,7 +25,7 @@ Parameter | Description |
* [Tribe APIs and Examples](#tribe-apis-and-examples)

## Plugin API
Plugin restful APIs provide the functionality to load, unload and retrieve plugin information. You may see plugin APIs along with their request and response attributes as following:
Plugin RESTful APIs provide the functionality to load, unload and retrieve plugin information. You may see plugin APIs along with their request and response attributes as following:

### Plugin Response Parameters
| Parameter | Description |
Expand Down

0 comments on commit c2dec61

Please sign in to comment.