effect-io-ai

Package: @effect/platform
Module: HttpApi

HttpApi.make

An HttpApi is a collection of HttpApiEndpoints. You can use an HttpApi to represent a portion of your domain.

The endpoints can be implemented later using the HttpApiBuilder.make api.

Signature

declare const make: <const Id extends string>(identifier: Id) => HttpApi<Id, never, HttpApiDecodeError>

Source

Since v1.0.0