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.
Source Distribution
File details
Details for the file json_resource_http-0.1.5.tar.gz
.
File metadata
- Download URL: json_resource_http-0.1.5.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25d18cfdf85b21b4e21515b293fdb4709bfdd66bc8e5bbfa76afd341d4d4a66c |
|
MD5 | 383f30308c9f9dcb1c223a1f664fe8eb |
|
BLAKE2b-256 | cadbdf602d0b10b2abb55500db1360e29d220d06f94f8a6111f90d43356f4cbe |