Skip to content

rescript-lang/experimental-rescript-webapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c3cb99 · Apr 26, 2025
Jan 20, 2025
Nov 29, 2024
Apr 26, 2025
Apr 26, 2025
Nov 29, 2024
Nov 14, 2024
Nov 21, 2024
Oct 22, 2024
Nov 20, 2024
Apr 14, 2025
Apr 21, 2025
Apr 21, 2025
Nov 14, 2024

Repository files navigation

NPM Version

experimental-rescript-webapi

Experimental successor to rescript-webapi

Getting started

Install the package using your favorite package manager:

npm i @rescript/webapi@experimental

and add @rescript/webapi to your rescript.json:

{
  "bs-dependencies": [
+    "@rescript/webapi",
  ],
  "bsc-flags": [
+    "-open WebAPI.Global"
  ]
}

Documentation

More information can be found on https://rescript-lang.github.io/experimental-rescript-webapi/