@carlosnc/tmdb-sdk - v0.13.2
Preparing search index...
FetchAdapter
Class FetchAdapter
Implements
HttpClient
Index
Constructors
constructor
Methods
delete
get
post
put
Constructors
constructor
new
FetchAdapter
(
config
:
FetchAdapterConfig
)
:
FetchAdapter
Parameters
config
:
FetchAdapterConfig
Returns
FetchAdapter
Methods
delete
delete
<
T
>
(
url
:
string
,
config
?:
HttpRequestConfig
)
:
Promise
<
HttpResponse
<
T
>
>
Type Parameters
T
Parameters
url
:
string
Optional
config
:
HttpRequestConfig
Returns
Promise
<
HttpResponse
<
T
>
>
get
get
<
T
>
(
url
:
string
,
config
?:
HttpRequestConfig
)
:
Promise
<
HttpResponse
<
T
>
>
Type Parameters
T
Parameters
url
:
string
Optional
config
:
HttpRequestConfig
Returns
Promise
<
HttpResponse
<
T
>
>
post
post
<
T
>
(
url
:
string
,
data
?:
any
,
config
?:
HttpRequestConfig
,
)
:
Promise
<
HttpResponse
<
T
>
>
Type Parameters
T
Parameters
url
:
string
Optional
data
:
any
Optional
config
:
HttpRequestConfig
Returns
Promise
<
HttpResponse
<
T
>
>
put
put
<
T
>
(
url
:
string
,
data
?:
any
,
config
?:
HttpRequestConfig
,
)
:
Promise
<
HttpResponse
<
T
>
>
Type Parameters
T
Parameters
url
:
string
Optional
data
:
any
Optional
config
:
HttpRequestConfig
Returns
Promise
<
HttpResponse
<
T
>
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
delete
get
post
put
@carlosnc/tmdb-sdk - v0.13.2
Loading...