Download ZIP
Builder UI for Samplest
Samplest is a CLI development tool to design and mockup RESTful APIs
Get source code
Install with npm
Method
HEAD
GET
POST
PUT
PATCH
DELETE
Endpoint
Request must send
headers
Write any number of headers as
Map<string, string>
in JSON format
Request must send
payload
Write a payload as
Map<string, any>
in JSON format (can be nested)
200
201
202
204
400
401
403
404
409
???
Custom HTTP code
Response must send
headers
Write any number of headers as
Map<string, string>
in JSON format
Response must send
content
Write the content as
object | object[]
in JSON format (can be nested)