SwaggerProvider
SwaggerProvider copied to clipboard
F# generative Type Provider for Swagger
Issue > Operation 'uploadFile' does not contain supported media types ["application/octet-stream"]
In the docs there is a sample of ```fsharp Swagger.Serialization.OptionConverter () :> JsonConverter Swagger.Serialization.ByteArrayConverter () :> JsonConverter ``` ...but I cannot find these after updating to SwaggerProvider 1.0
### Description ``` parameters: - in: query name: metadata schema: type: boolean allowEmptyValue: true #
This might be bit off-topic, but still with Swagger and F#: Right now OpenApiProvider/SwaggerProvider generates the clients from the schema. Is there a way to generate a server (/server-template) from...
### Description error FS0001: This expression was expected to have type 'Text.Json.JsonSerializerOptions' but here has type 'HttpClient' and also trying with empty constructor as well.. Severity Code Description Project File...
### Description PetStore basic example fails to load v3 schema ### Repro steps 1. Create a `swagger.fsx` file ```fsharp #r "nuget: SwaggerProvider, 1.0.0-beta5" open SwaggerProvider let [] Schema = "https://petstore3.swagger.io/api/v3/openapi.json"...
Description: Version 1.0.0-beta5 project .net5 library paket referencing SwaggerProvider causes: error FS3033: The type provider 'SwaggerProvider.SwaggerTypeProvider' reported an error: Could not load file or assembly 'System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or...
### Description The autocompletion hangs and stops working when using OpenApiClientProvider with Stripe's open API. No visible error happens anywhere. ### Repro steps 1. Try to use OpenApiClientProvider with the...
### Description Seems it would be nice to make this time configurable, for very big openapi.json specs, the type providers might take more than 30 seconds to regenerate, making the...
I'm trying to read this schema: https://developer.experian.com/system/files/2020-12/credit-profile-product-apis-v-openapi3.2.0.45.yaml I'm getting a lot of "Data and type mismatch found" errors. And indeed, it seems that the types vary: `permissiblePurpose/type` seems to be...