Skip to content

Simple API that returns responses for the purpose of a demo

License

Notifications You must be signed in to change notification settings

wordshaker/response-api

Repository files navigation

Response API

Simple API that returns responses for the purpose of a demo

POST

Content-Type: application/json
{
    "expectedReturnedCode": string
}

Curl request example

curl -i -d '{"expectedReturnedCode":"200"}' -H "Content-Type: application/json" -X POST http://localhost:5000/api/code

About

Simple API that returns responses for the purpose of a demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages