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
True if the given MIME is JSON, false otherwise.
MIME (Multipurpose Internet Mail Extensions)
Protected requestOptional initOverrides: RequestInit | InitOverrideFunctionRest ...middlewares: Middleware[]Rest ...postMiddlewares: (undefined | ((context: ResponseContext) => Promise<void | Response>))[]Rest ...preMiddlewares: (undefined | ((context: RequestContext) => Promise<void | FetchParams>))[]
This is the base class for all generated API classes.