Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonrichardson/glowing-octo
https://github.com/simonrichardson/glowing-octo
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonrichardson/glowing-octo
- Owner: SimonRichardson
- Created: 2015-12-11T15:36:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-16T18:27:54.000Z (almost 9 years ago)
- Last Synced: 2024-05-01T23:21:35.028Z (6 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```