PyHiAPI - Simple test API
Project description
# pyhiapi
The API that just says hi!
A very simple API endpoint, easily deployable for testing purposes.
## Installation
sudo pip install pyhiapi
## Usage
hiapi [-h] [-b BIND] [-p PORT] [-c CODE]
- optional arguments:
- -b BIND, –bind-address BIND -p PORT, –port PORT -c CODE, –response_code CODE
hiapi defaults to localhost:4000 and a 200 OK response.
## Testing
You can just curl the service, perhaps like this:
$ curl -i http://localhost:4000/
HTTP/1.0 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 4 Server: Werkzeug/0.9.6 Python/2.7.8 Date: Fri, 23 Jan 2015 03:38:14 GMT
Hi!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pyhiapi-0.1.5-py3-none-any.whl (6.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size pyhiapi-0.1.5.tar.gz (2.4 kB) | File type Source | Python version None | Upload date | Hashes View |