elm-open-api-cli icon indicating copy to clipboard operation
elm-open-api-cli copied to clipboard

A CLI tool for generating Elm modules from Open API specs.

Results 24 elm-open-api-cli issues
Sort by recently updated
recently updated
newest added

I have an OpenAPI spec with the following request: ```json "/api/files": { "post": { "tags": [ "files" ], "summary": "Create File", "operationId": "create_file_api_files_post", "requestBody": { "content": { "multipart/form-data": { "schema":...

bug

> I also see that cases such as [Agent](https://spacetraders.stoplight.io/docs/spacetraders/db315e27786ad-agent) and their related validations are not correctly generated also, for example lengths or ranges don't seem to be tested, only that...

enhancement

See discussion on Discourse https://discord.com/channels/534524278847045633/1127980433263566889/1158093368291770368

bug

This will require some design work as these can be nearly any value. - How do we let users hook into the CLI? - How do we let users generate...

enhancement

- Maybe switch to [MaybeJustJames/yaml](https://package.elm-lang.org/packages/MaybeJustJames/yaml/latest/) as it's been more recently updated? - Maybe fork and fix it ourselves

bug

Is there a way send custom headers with the generated Cmd/Task endpoints? For instance for cache control, authentication ...

enhancement

The version in the CLI help text should always match the release version (dictated by package.json). Write an elm-review rule that does this.

enhancement

Many thanks for all your hard work on `elm-open-api`, it's much appreciated! Further to our discussion on Elm Discourse, here's information regarding the problem and the solution I've implemented. ##...

missing feature

It would have caught an issue in #114