An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 🎮 sdkgen-playground-api

[![Build Status](https://dev.azure.com/marcelovicentegc/public-pipes/_apis/build/status/marcelovicentegc.sdkgen-playground-api?branchName=master)](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`