https://github.com/simplic/simplic-oxs-sdk
https://github.com/simplic/simplic-oxs-sdk
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simplic/simplic-oxs-sdk
- Owner: simplic
- Created: 2023-09-21T16:21:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-25T01:59:56.000Z (5 months ago)
- Last Synced: 2026-01-25T14:57:51.702Z (5 months ago)
- Language: C#
- Size: 6.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)