Protected configurationPrivate middlewareStatic Private Readonly jsonPrivate cloneCreate a shallow clone of this by constructing a new instance
and then shallow cloning data members.
Private createOptional initOverrides: RequestInit | InitOverrideFunctionPrivate fetchProtected isCheck if the given MIME is a JSON MIME. JSON MIME examples: application/json application/json; charset=UTF8 APPLICATION/JSON application/vnd.company+json
MIME (Multipurpose Internet Mail Extensions)
True if the given MIME is JSON, false otherwise.
Protected requestOptional initOverrides: RequestInit | InitOverrideFunctionRest ...middlewares: Middleware[]Rest ...postMiddlewares: ((context) => Promise<void | Response>)[]Rest ...preMiddlewares: ((context) => Promise<void | FetchParams>)[]Generated using TypeDoc
This is the base class for all generated API classes.