https://github.com/eiberham/marvel
:koala: Marvel comic's api prototype in golang
https://github.com/eiberham/marvel
Last synced: 7 months ago
JSON representation
:koala: Marvel comic's api prototype in golang
- Host: GitHub
- URL: https://github.com/eiberham/marvel
- Owner: eiberham
- License: mit
- Created: 2019-07-10T01:06:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:22:27.000Z (over 3 years ago)
- Last Synced: 2024-12-29T05:24:25.984Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 17.4 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marvel
Marvel comic's api prototype in go language + react client
This is the first practice i've done with golang, so far it has three endpoints with little swagger documentation as it's still in development.
Below you can see the list of available endpoints:
VerbResourceDescriptionScope
GET/charactersGet list of charactersPublic
GET/characters/:idGet a single characterPublic
GET/comicsGet list of comicsPublic
GET/comics/:idGet a single comicPublic