Skip to main content

A library for client JSON REST requests

Project description

JSONRequester is a wrapper around Httplib2 to interact with JSON APIs. It works similarly to Httplib2 but converts request and response data to and from JSON.

Installing

pip install jsonrequester

Create a new requester

from jsonrequester import JsonRequester

requester = JsonRequester(’http://example.com’)

Make a request

requester.post(‘/post_handler’, {‘example’: ‘data’})

Methods

Methods for GET and POST are provided as .get and .post methods on the requester. Any additional HTTP methods you need can be made using the request method on the requester.

requester.request(‘PUT’, ‘/put_handler’, {‘example’: ‘data’})

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jsonrequester-0.1.4.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file jsonrequester-0.1.4.tar.gz.

File metadata

File hashes

Hashes for jsonrequester-0.1.4.tar.gz
Algorithm Hash digest
SHA256 2348db8c5f8ab16790eefce2813d286727c2c4dcd17a6900c58d241c295f6350
MD5 9ea23c62b468cb3a4490bf76ef5b54af
BLAKE2b-256 ae791e273f949b0fd98aa469464096eff1aeee71b4c38c139349cbde8995ce74

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page