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
pluct is an experimental project. its limitations:
- partial support for draft 4.
The tests
directory contains the standard test stack for pluct.