UNPKG

@hapic/oauth2

Version:

A oauth2 api client based on axios.

5 lines (4 loc) 244 B
export type { RequestBaseOptions, Response, ResponseData, ClientError, ErrorCode, } from 'hapic'; export { isClientErrorDueNetworkIssue } from 'hapic'; export { isClientErrorWithStatusCode } from 'hapic'; export { isClientError } from 'hapic';