0.4.0 • Published 7 months ago

rescript-openapi v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

ReScript OpenAPI 🕸️

Typesafe OpenAPI for ReScript

Install

npm install rescript-openapi rescript-json-schema rescript-schema

Update your rescript.json file:

{
  ...
+ "bs-dependencies": ["rescript-openapi", "rescript-json-schema", "rescript-schema"],
+ "bsc-flags": ["-open RescriptSchema"],
}

References

0.4.0

7 months ago

0.3.0

11 months ago

0.2.0

12 months ago

0.1.0

1 year ago