https://github.com/marcelovicentegc/sdkgen-playground-api
sdkgen playground's (https://github.com/marcelovicentegc/sdkgen-playground) API.
https://github.com/marcelovicentegc/sdkgen-playground-api
go-api golang sdkgen
Last synced: about 1 year ago
JSON representation
sdkgen playground's (https://github.com/marcelovicentegc/sdkgen-playground) API.
- Host: GitHub
- URL: https://github.com/marcelovicentegc/sdkgen-playground-api
- Owner: marcelovicentegc
- Created: 2019-10-26T23:07:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T13:51:36.000Z (over 6 years ago)
- Last Synced: 2024-06-19T04:16:21.279Z (about 2 years ago)
- Topics: go-api, golang, sdkgen
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎮 sdkgen-playground-api
[](https://dev.azure.com/marcelovicentegc/public-pipes/_build/latest?definitionId=6&branchName=master)
## Development directions
1. Install [Crystal](https://crystal-lang.org/reference/installation/)
2. Clone the [sdkgen](https://github.com/cubos/sdkgen)
3. Clone this repo on the same folder level of the sdkgen folder: `git clone https://github.com/marcelovicentegc/sdkgen-playground-api`
4. Make the `sdkgen.sh` an executable if necessary: `chmod +x sdkgen.sh`
5. You are good to go! Move into the `src` folder and run the API: `cd src && go run main.go`