Optional
fetchOverride: ((input: URL | RequestInfo, init?: RequestInit) => Promise<Response>)Optional
init: RequestInitPrivate
Optional
__fetchOptional
init: RequestInitPrivate
fetchOptional
init: RequestInitFetches and Parses a Resource. Can fetch through another atomic server if you
pass the from
argument, which should be the baseURL of an Atomic Server.
Returns a tuple of the requested resource and a list of all resources found in the response.
Posts a Commit to some endpoint. Returns the Commit created by the server.
URL to post to, e.g. https://atomicdata.dev/commit
Optional
init: RequestInitUploads files to the /upload
endpoint of the Store. Signs the Headers using
the given agent.
Returns the newly created resources
Static
isStatic
removeStatic
tryGenerated using TypeDoc
Contains a
fetch
instance, provides methods to GET and POST several types