Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beeequeue authored Jun 9, 2021
1 parent de15f1f commit 2a76a6e
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,6 @@ interface Entry {
**The response code will always be 200 (OK).**
If an entry is not found `null` is returned instead.

## Changelog

#### 2020-06-02

Invalid HTTP requests have been deprecated.

They will have a 33% chance to respond with a `400`, with a message detailing this deprecation.

i.e:

- Sending JSON bodies in `GET` requests
- Sending query parameters in `POST` requests

#### 2020-12-27

API no longer returns `204`s - now always returns `200` with a `null` JSON body.

## Development

1. Clone the project
Expand Down

0 comments on commit 2a76a6e

Please sign in to comment.