pcmarks-source / testful

A simple postman-like WebApp with a built in RESTful echo API.

Home Page:https://hub.docker.com/r/pcmarks/testful/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

TESTful is a simple WebApp for testing RESTful APIs.

Capable of sending the basic HTTP method requests, delivering a few basic (although customizable) headers, delivering payloads formatted in Json, HTML or Plain-Text and parsing HTTP responses (in a rather ugly fashion).

In addition, there is a simple RESTful API built in that will respond to GET requests with predefined text and POST/PUT/PATCH/DELETE requests with HTTP body content echoes. The echo API can predictably be found by adding /echo/ to the address where you're hosting TESTful.

TESTful was written as an exercise on full stack development for dotnet and is not intended to be used in any real capacity. If you've somehow stumbled across this and find it useful - please just download postman from the link below. It's what TESTful was modeled after, is far more polished and has many more features.

https://www.postman.com/

About

A simple postman-like WebApp with a built in RESTful echo API.

https://hub.docker.com/r/pcmarks/testful/

License:MIT License


Languages

Language:HTML 51.1%Language:C# 40.1%Language:CSS 4.3%Language:JavaScript 3.1%Language:Dockerfile 1.5%