react-rest-playground
v0.1.13
Published
Rest Client Playground using React
Downloads
22
Maintainers
Readme
react-rest-playground
Below is the example screenshot once component <ReactRestPlayground />
rendered.
Implementation
<ReactRestPlayground
method={methodType}
endPoint={apiUrl}
headers={headerDetails}
query={queryParamDetails}
body={bodyDetails}
onSend={() => {}}
/>
Demo
- In React Project - https://codesandbox.io/s/react-rest-playground-example-in-react-js-project-d18zu
- In React Typescript Project - https://codesandbox.io/s/react-rest-playground-example-in-react-tsx-nftcl