https://github.com/docspring/docspring-openapi-generator
FormAPI client libraries
https://github.com/docspring/docspring-openapi-generator
Last synced: 3 months ago
JSON representation
FormAPI client libraries
- Host: GitHub
- URL: https://github.com/docspring/docspring-openapi-generator
- Owner: DocSpring
- License: mit
- Created: 2018-02-19T12:02:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:19:03.000Z (over 3 years ago)
- Last Synced: 2026-03-01T00:53:30.305Z (4 months ago)
- Language: HTML
- Size: 3.35 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.csharp.md
- Changelog: changelogs/CHANGELOG.csharp.md
- License: LICENSE
Awesome Lists containing this project
README
# FormAPI CSharp Client
Install mono:
```
brew cask install mono-mdk
```
Build:
```
bash build.sh
```
Run tests:
```
bash mono_nunit_test.sh
```