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

https://github.com/simplic/simplic-oxs-sdk


https://github.com/simplic/simplic-oxs-sdk

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simplic.OxS.SDK

Contains tools to generate an SDK as well as the already generated ones.\
Edit `services.yaml` to include each of your services that you want to create api clients for.\
Run `generate.sh` to generate the SDK.

> Warning: any folder in the source directory that conflicts with the name of an SDK project that is to be generated will be entirely overridden.

Currently only works with the `restsharp` library (specified in config.yaml)

## Requirements for running it yourself:

- nodejs
- npm
- python3 along with used libraries (list may be incomplete):
- requests
- yaml (pyyaml)
- typing_extensions
- dotnet framework specified in config.yaml (Default: netstandard 2.0)