Skip to content

Hazer/pluct

 
 

Repository files navigation

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.

About

python client to json schema APIs

Resources

Stars

Watchers

Forks

Packages

No packages published