This package works with BunIt is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Browsers
JSR Score
82%
Published
3 months ago (0.2.3)
T
Creds
Creds: Wrapper of a Salesforce access token
c
Sf
No documentation available
c
SfResponse
SfResponse is a wrapper on the native fetch Response objectThis allows client to get both the http status and payload with a singleawait call it ancapculates the results of both both of the statmentsbelowconst response = await fetch(url, payload);const body = await response.json();This macks the package suitable for slow synchronous operations which areeasy to to reason about for