An open API service indexing awesome lists of open source software.

https://github.com/visualbean/echo-api

A simple api listening for every incoming request and outputting whatever is sent to the console.
https://github.com/visualbean/echo-api

Last synced: 26 days ago
JSON representation

A simple api listening for every incoming request and outputting whatever is sent to the console.

Awesome Lists containing this project

README

          

echo-api is a simple console application.

It's a super simple api that saves the last `POST` body and returns that as the response for a `GET` request.
a `DELETE` request removes the state.

The API will respond with a 200 to ANY HttpMethod and supports any uri.