mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 23:12:42 +00:00
fd9a62adbe41529f138c0aff489e524c9968f6a3
Frameworks supported
- .NET 4.0 or later
- Windows Phone 7.1 (Mango)
Dependencies
- [RestSharp] (https://www.nuget.org/packages/RestSharp) - 105.1.0 or later
- [Json.NET] (https://www.nuget.org/packages/Newtonsoft.Json/) - 7.0.0 or later
The DLLs included in the package may not be the latest version. We recommned using [NuGet] (https://docs.nuget.org/consume/installing-nuget) to obtain the latest version of the packages:
Install-Package RestSharp
Install-Package Newtonsoft.Json
NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See RestSharp#742
Installation
Run the following command to generate the DLL
- [Mac/Linux] compile-mono.sh
- [Windows] compile.bat
Then include the DLL (under the bin folder) in the C# project
Description
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
apiapi-clientapi-servergeneratorhacktoberfestopenapiopenapi-generatoropenapi3restrest-apirest-clientrestful-apisdk
Readme
Apache-2.0
1.3 GiB
Languages
Mustache
51.4%
Java
45.1%
TypeScript
1.1%
Kotlin
0.6%
Shell
0.5%
Other
1%