openapiclientgen icon indicating copy to clipboard operation
openapiclientgen copied to clipboard

Generate strongly typed C# and TypeScript client codes from Open API / Swagger definitions supporting jQuery, Angular, AXIOS, Fetch API, Aurelia and Angular Strictly Typed Forms

Results 12 openapiclientgen issues
Sort by recently updated
recently updated
newest added

OpenApiClientGen is designed for strongly typed data, and supporting FormData and upload/download is out of the inherent scope. Handling non-json data especially upload/download could hardly be having a universal design/implementation...

SDLC in application development: 1. generate the skeleton test cases. And keep the skeleton. 2. Make a copy of the skeleton codes, and fill it with test data to form...

so application programmers won't accidentally use those client functions which are incorrect.

3.1

not friendly to client API functions, though on server side you can use [FromQueryAttribute] or alike. Need the mechanism to deal with this, for example, a dictionary. for example, openapi-directory20240114\APIs\warwick.ac.uk\enterobase\v2.0\

consider to support dynamic object ```yaml collections_add_metadataBody: content: application/json: schema: example: application/json: data: attributes: guid: test0 subjects: 5fd228b7e64e1300aa99ee15 volume: test type: collected-metadata type: object required: true ``` like the one...

https://learn.microsoft.com/en-us/openapi/kiota https://github.com/microsoft/kiota test with petShop and Medicare Online. And write article to compare.

after Microsoft's parser component is upgraded for v3.1 @ https://github.com/microsoft/OpenAPI.NET/issues/795 And construct a test suite only for v3.x, those openapi.yaml (1965 as of 2024-01-14) in [OpenAPI Directory](https://github.com/APIs-guru/openapi-directory). Many are on...

format is an open value, so you can use any formats, even not those defined by the OpenAPI Specification, such as: - email - uuid - uri - hostname -...

Would it be possible to add support for this style of enums: ``` "breakerType": { "enum": [ "0", "1", "2", "3" ], "type": "integer", "description": "If populated, this item has...

feature
high