/Pluct

A python client to json API

Primary LanguagePython

pluct

Build Status Build Status

from pluct import resource
app = resource.get("http://myapi.com/app/myapp")

verifying if the resource is valid:

app.is_valid()

retrieve the resource data:

app.data

retrieve the resource schema:

app.schema

Limitations

pluct is an experimental project. its limitations:

  • partial support for draft 4.

Tests

The tests directory contains the standard test stack for pluct.