Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FetchStrategy

api

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

name

name: string

Methods

delete

  • delete(url: string, opts: object): Promise<any>

get

  • get(url: string, opts: object): Promise<any>

patch

  • patch(url: string, payload: object | string | FormData, opts: object): Promise<any>

post

  • post(url: string, payload: object | string | FormData, opts: object): Promise<any>

put

  • put(url: string, payload: object | string | FormData, opts: object): Promise<any>

Generated using TypeDoc