Orderly SDKs / Modules / @orderly.network/net
• Const
__ORDERLY_API_URL_KEY__: string
= "__ORDERLY_API_URL__"
• version: "1.5.7"
▸ del(url
, options?
): Promise
<any
>
Name | Type |
---|---|
url | string |
options? | Omit <RequestInit , "method" > |
Promise
<any
>
▸ get<R
>(url
, options?
, formatter?
): Promise
<R
>
Name |
---|
R |
Name | Type |
---|---|
url | string |
options? | RequestInit |
formatter? | (data : any ) => R |
Promise
<R
>
▸ mutate(url
, init
): Promise
<any
>
Name | Type |
---|---|
url | string |
init | RequestInit |
Promise
<any
>
▸ post(url
, data
, options?
): Promise
<any
>
Name | Type |
---|---|
url | string |
data | any |
options? | Omit <RequestInit , "method" > |
Promise
<any
>
▸ put(url
, data
, options?
): Promise
<any
>
Name | Type |
---|---|
url | string |
data | any |
options? | Omit <RequestInit , "method" > |
Promise
<any
>
Orderly SDKs / Modules / @orderly.network/net
• Const
__ORDERLY_API_URL_KEY__: string
= "__ORDERLY_API_URL__"
• version: "1.5.7"
▸ del(url
, options?
): Promise
<any
>
Name | Type |
---|---|
url | string |
options? | Omit <RequestInit , "method" > |
Promise
<any
>
▸ get<R
>(url
, options?
, formatter?
): Promise
<R
>
Name |
---|
R |
Name | Type |
---|---|
url | string |
options? | RequestInit |
formatter? | (data : any ) => R |
Promise
<R
>
▸ mutate(url
, init
): Promise
<any
>
Name | Type |
---|---|
url | string |
init | RequestInit |
Promise
<any
>
▸ post(url
, data
, options?
): Promise
<any
>
Name | Type |
---|---|
url | string |
data | any |
options? | Omit <RequestInit , "method" > |
Promise
<any
>
▸ put(url
, data
, options?
): Promise
<any
>
Name | Type |
---|---|
url | string |
data | any |
options? | Omit <RequestInit , "method" > |
Promise
<any
>