From b2d36d2978e884454810105f4dda11a9bdfa5e1e Mon Sep 17 00:00:00 2001 From: "bruno.chavez" Date: Wed, 17 Apr 2019 06:52:34 -0400 Subject: [PATCH] Updated README --- README.md | 67 ++++--------------------------------------------------- 1 file changed, 4 insertions(+), 63 deletions(-) diff --git a/README.md b/README.md index b374d2e..b54a031 100644 --- a/README.md +++ b/README.md @@ -80,13 +80,6 @@ Content-Length: 67 } ``` -##### OPTIONS: - -Responds with a header where it shows the available type request for that route -``` -HTTP/1.1 200 OK -Allow: GET,OPTIONS -``` ### `/search/{word}` @@ -125,13 +118,6 @@ Content-Length: 99 ] ``` -##### OPTIONS: - -Responds with a header where it shows the available type request for that route -``` -HTTP/1.1 200 OK -Allow: GET,OPTIONS -``` ### `/all` @@ -160,13 +146,6 @@ Transfer-Encoding: chunked ] ``` -##### OPTIONS: - -Responds with a header where it shows the available type request for that route -``` -HTTP/1.1 200 OK -Allow: GET,OPTIONS -``` ### `/senile` @@ -188,16 +167,9 @@ Content-Length: 134 } ``` -##### OPTIONS: - -Responds with a header where it shows the available type request for that route -``` -HTTP/1.1 200 OK -Allow: GET,OPTIONS -``` -### `/one/{uuid}` +### `uuid/{uuid}/find` ##### GET: @@ -216,15 +188,8 @@ Content-Length: 67 } ``` -##### OPTIONS: -Responds with a header where it shows the available type request for that route -``` -HTTP/1.1 200 OK -Allow: GET,OPTIONS -``` - -### `/top` +### `uuid/top` ##### GET: @@ -251,15 +216,7 @@ Transfer-Encoding: chunked ] ``` -##### OPTIONS: - -Responds with a header where it shows the available type request for that route -``` -HTTP/1.1 200 OK -Allow: GET,OPTIONS -``` - -### `/one/{uuid}/like` +### `uuid/{uuid}/like` ##### PATCH: @@ -271,15 +228,7 @@ Date: Mon, 04 Jun 2018 09:46:36 GMT Content-Length: 0 ``` -##### `OPTIONS` - -Responds with a header where it shows the available type request for that route -``` -HTTP/1.1 200 OK -Allow: PATCH,OPTIONS -``` - -### `/one/{uuid}/dislike` +### `uuid/{uuid}/dislike` ##### PATCH: @@ -291,14 +240,6 @@ Date: Mon, 04 Jun 2018 09:46:36 GMT Content-Length: 0 ``` -##### OPTIONS: - -Responds with a header where it shows the available type request for that route -``` -HTTP/1.1 200 OK -Allow: PATCH,OPTIONS -``` - ## Notes This is a pretty small and niche project, created mainly to have fun,