Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 257 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 257 Bytes

react-rest-playground

Playground in Rest Client using React

<ReactRestPlayground
  method={methodType}
  endPoint={apiUrl}
  headers={headerDetails}
  parameters={parametersetails}
  body={bodyDetails}
  onSend={() => {}}
  onSave={() => {}}
/>