https://github.com/marfusios/simplefx-client-rest
Automatically generated REST client for SimpleFX
https://github.com/marfusios/simplefx-client-rest
Last synced: 8 months ago
JSON representation
Automatically generated REST client for SimpleFX
- Host: GitHub
- URL: https://github.com/marfusios/simplefx-client-rest
- Owner: Marfusios
- License: apache-2.0
- Created: 2020-01-02T19:39:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:35:48.000Z (over 3 years ago)
- Last Synced: 2025-02-04T18:07:23.159Z (over 1 year ago)
- Language: C#
- Size: 18.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

# SimpleFX REST API client [](https://travis-ci.com/Marfusios/simplefx-client-rest) [](https://badge.fury.io/nu/SimpleFx.Client.Rest.Generated)
This is a C# implementation of the SimpleFX REST API, automatically generated via [OpenAPI generator](https://openapi-generator.tech/) found here:
https://simplefx.com/docs/api/swagger
### License:
Apache License 2.0
### Generator usage
* Linux/mac:
* `wget http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.2/openapi-generator-cli-4.2.2.jar -O openapi-generator-cli.jar`
* Windows:
* `Invoke-WebRequest -OutFile openapi-generator-cli.jar http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.2/openapi-generator-cli-4.2.2.jar`
* Command:
* `java -jar openapi-generator-cli.jar generate -g csharp-netcore -o generated -i simplefx.json -c generator-config.json --skip-validate-spec`
### Usage example
[Program.cs](src/SimpleFx.Client.Rest.Sample/Program.cs)