react-utils - v1.0.31
Home
GitHub
Sitemap
Test Coverage
Preparing search index...
types
UsePostParams
Interface UsePostParams
POST request parameters
interface
UsePostParams
{
path
:
string
;
body
?:
object
;
}
Index
Properties
path
body?
Properties
path
path
:
string
API endpoint path
Optional
body
body
?:
object
Optional request body
Settings
Member Visibility
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
path
body
Home
GitHub
Sitemap
Test Coverage
react-utils - v1.0.31
Loading...
POST request parameters