Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno.chavez committed Apr 17, 2019
1 parent 5deb00f commit b2d36d2
Showing 1 changed file with 4 additions and 63 deletions.
67 changes: 4 additions & 63 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand All @@ -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:

Expand All @@ -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:

Expand All @@ -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:

Expand All @@ -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:

Expand All @@ -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,
Expand Down

0 comments on commit b2d36d2

Please sign in to comment.