1.0.4 • Published 9 years ago

RestTest v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

RestTest is a React.js component for testing the status of restful endpoints.

Usage:

<RestTest method="GET" name="Resource" url="http://localhost:8080/myResource"/>
<RestTest method="POST" name="Resource" requestBody={{name: "Steve", age: 17}} url="http://localhost:8080/myResource"/>
<RestTest method="PUT" name="Resource" requestBody={{name: "Steve", age: 17}} url="http://localhost:8080/myResource"/>
<RestTest method="DELETE" name="Resource" url="http://localhost:8080/myResource" headers={{AppId: "someid"}}/>
1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago