UNKNOWN
Project description
JSON Resource HTTP
=============
HTTP queryset backend for json resources. Makes it possible to use json-schema
api's as if they were local.
Installation
------------
pip install json_resource_http
Minimal Example
-------------------
.. code-block:: python
from json_resource_http import Resource
class TestResource(Resource):
schema = 'http://example.com/schemas/test.json'
=============
HTTP queryset backend for json resources. Makes it possible to use json-schema
api's as if they were local.
Installation
------------
pip install json_resource_http
Minimal Example
-------------------
.. code-block:: python
from json_resource_http import Resource
class TestResource(Resource):
schema = 'http://example.com/schemas/test.json'
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.