Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bgpat/wantedly-docker-test-api
https://github.com/bgpat/wantedly-docker-test-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bgpat/wantedly-docker-test-api
- Owner: bgpat
- Created: 2016-08-11T02:12:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:40:29.000Z (about 1 year ago)
- Last Synced: 2024-10-14T19:23:58.274Z (3 months ago)
- Language: Go
- Size: 5.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API Server
Simple Rest API using gin(framework) & gorm(orm)
## Endpoint list
### Emails Resource
```
GET /api/emails
GET /api/emails/:id
POST /api/emails
PUT /api/emails/:id
DELETE /api/emails/:id
```### Users Resource
```
GET /api/users
GET /api/users/:id
POST /api/users
PUT /api/users/:id
DELETE /api/users/:id
```server runs at http://localhost:8080