https://github.com/docspring/openapi-generator-config-mirror
Mirror for the ./api_clients directory in the DocSpring monorepo
https://github.com/docspring/openapi-generator-config-mirror
Last synced: 5 months ago
JSON representation
Mirror for the ./api_clients directory in the DocSpring monorepo
- Host: GitHub
- URL: https://github.com/docspring/openapi-generator-config-mirror
- Owner: DocSpring
- License: mit
- Created: 2021-12-16T00:43:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T00:54:04.000Z (over 4 years ago)
- Last Synced: 2025-01-07T07:14:24.065Z (over 1 year ago)
- Language: Mustache
- Homepage:
- Size: 14 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.csharp.md
- Changelog: changelogs/CHANGELOG.csharp.md
- License: LICENSE
Awesome Lists containing this project
README
# DocSpring CSharp Client
Install mono:
```
brew install mono
```
Build:
```
bash build.sh
```
Run tests:
```
bash mono_nunit_test.sh
```