We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de15f1f commit 2a76a6eCopy full SHA for 2a76a6e
README.md
@@ -65,23 +65,6 @@ interface Entry {
65
**The response code will always be 200 (OK).**
66
If an entry is not found `null` is returned instead.
67
68
-## Changelog
69
-
70
-#### 2020-06-02
71
72
-Invalid HTTP requests have been deprecated.
73
74
-They will have a 33% chance to respond with a `400`, with a message detailing this deprecation.
75
76
-i.e:
77
78
-- Sending JSON bodies in `GET` requests
79
-- Sending query parameters in `POST` requests
80
81
-#### 2020-12-27
82
83
-API no longer returns `204`s - now always returns `200` with a `null` JSON body.
84
85
## Development
86
87
1. Clone the project
0 commit comments