MCPcopy Index your code
hub / github.com/MALSync/MALSync / xhr

Method xhr

src/api/request/requestInterface.ts:4–4  ·  view source on GitHub ↗
(
    method: 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE',
    url: string | { url: string; data?: any; headers?: any },
    retry?: number,
  )

Source from the content-addressed store, hash-verified

2
3export interface requestInterface {
4 xhr(
5 method: 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE',
6 url: string | { url: string; data?: any; headers?: any },
7 retry?: number,

Callers 15

initMethod · 0.80
getRefreshTokenFunction · 0.80
checkNotificationsFunction · 0.80
getMalToKissApiFunction · 0.80
globalsFunction · 0.80
requestFunction · 0.80
checkPageFunction · 0.80
apiCallFunction · 0.80
apiCallFunction · 0.80
apiCallFunction · 0.80
getSeriesFunction · 0.80
apiCallFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected