Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deemount/discogs
Discogs RESTful API v2
https://github.com/deemount/discogs
discogs-api golang
Last synced: 30 days ago
JSON representation
Discogs RESTful API v2
- Host: GitHub
- URL: https://github.com/deemount/discogs
- Owner: deemount
- License: mit
- Created: 2020-12-15T15:39:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T17:13:47.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T16:56:32.903Z (almost 2 years ago)
- Topics: discogs-api, golang
- Language: Go
- Homepage:
- Size: 54.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discogs v2 RESTful API
A RESTful API for Discogs v2 written in Go
## Endpoints
### Database
* [SCHEME:HOST:PORT]/discogs/v2/artist/?id=
* [SCHEME:HOST:PORT]/discogs/v2/artist/releases/?id=* [SCHEME:HOST:PORT]/discogs/v2/labels/?id=
* [SCHEME:HOST:PORT]/discogs/v2/labels/releases/?id=* [SCHEME:HOST:PORT]/discogs/v2/masters/?id=
* [SCHEME:HOST:PORT]/discogs/v2/releases/?id=
* [SCHEME:HOST:PORT]/discogs/v2/releases/rating/?id=### Search
## Docker
### Build
**Notice**:
Using semantic versioning at the end, which is also tagged at github```dockerfile
docker build -t deemount/discogs:v0.1.1 .
```### Run
```dockerfile
docker run --publish 8787:8787 --detach --name dcgs deemount/discogs:v0.1.1
```### History
* create achitecture, add functoinalities, first setup
### To Do
* github tags
* database connection
* more functionality
* more documentation