Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simonrichardson/glowing-octo


https://github.com/simonrichardson/glowing-octo

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# glowing-octo

### Get `/events`

```sh
curl http://127.0.0.1:8080/events
```

### Post `/events`

```sh
curl -X POST -H "Accept: application/json" -H "Content-Type: application/json" -d "{\"name\":\"**Awesome**\"}" http://127.0.0.1:8080/events
```

### Delete `/events`

```sh
curl -X DELETE http://127.0.0.1:8080/events
```