Skip to content

GetSecretHttp

Source: src/Fly/GetSecretHttp.ts Kind: Layer · Provides: Fly.GetSecret

HTTP implementation of GetSecret. Provide it on the Service or Action Effect.

Effect.gen(function* () {
const get = yield* Fly.GetSecret(ApiToken);
// ...
}).pipe(Effect.provide(Fly.GetSecretHttp))