Skip to content

Commit

Permalink
Updated text & fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
eltronix committed Jul 11, 2018
1 parent 7f73488 commit cfb7be1
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Authors Haven - A Social platform for the creative at heart.
Create a community of like minded authors to foster inspiration and innovation
by leveraging the modern web.

---

## API Spec
The preferred JSON object to be returned by the API should be structured as follows:
Expand Down Expand Up @@ -126,7 +127,8 @@ The preferred JSON object to be returned by the API should be structured as foll
"image": "https://i.stack.imgur.com/xHWG8.jpg",
"following": false
}
}]
}],
"commentsCount": 1
}
```
### List of Tags
Expand All @@ -139,7 +141,7 @@ The preferred JSON object to be returned by the API should be structured as foll
}
```
### Errors and Status Codes
If a request fails any validations, expect a 422 and errors in the following format:
If a request fails any validations, expect errors in the following format:

```source-json
{
Expand Down Expand Up @@ -177,6 +179,7 @@ Example request body:
```

No authentication required, returns a User

Required fields: `email``password`

### Registration:
Expand Down Expand Up @@ -387,10 +390,3 @@ No additional parameters required
### Get Tags

`GET /api/tags`

`\
`




0 comments on commit cfb7be1

Please sign in to comment.