andrenth/ocaml-swagger
Swagger 2.0 code generator for OCaml
This is a code generator for OCaml developers. It takes an API specification written in Swagger 2.0 format and outputs OCaml code. This code can then be used to interact with the specified API from within OCaml applications. OCaml developers who need to build client applications that communicate with RESTful APIs, especially large ones like Kubernetes, will find this tool useful.
No commits in the last 6 months.
Use this if you are an OCaml developer building an application that needs to interact with an existing API defined by a Swagger 2.0 specification.
Not ideal if you are not an OCaml developer or if the API you want to interact with is not defined using Swagger 2.0.
Stars
43
Forks
10
Language
OCaml
License
—
Category
Last pushed
Oct 10, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/andrenth/ocaml-swagger"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yhnavein/swaggie
Tool for generating TypeScript client code for given Swagger API endpoints
grafana/openapi-to-k6
A CLI tool to convert an OpenAPI schema to a TypeScript client to use with k6.
reagento/descanso
A modern and simple way to create clients for REST like APIs
mikestead/openapi-client
Generate ES6 or Typescript service integration code from an OpenAPI 2 spec
verizonconnect/ngx-form-generator
Generate Angular ReactiveForms from OpenAPI documents