Skip to main content

Permission handler for drf API's.

Project description

https://badge.fury.io/py/api_clients.svg https://travis-ci.org/jeromecaisip/api_clients.svg?branch=master https://codecov.io/gh/jeromecaisip/api_clients/branch/master/graph/badge.svg

Permission handler for drf API’s.

Documentation

The full documentation is at https://api_clients.readthedocs.io.

Quickstart

Install API clients permission.:

pip install api_clients

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'api_clients.apps.ApiClientsConfig',
    ...
)

Add API clients permission.’s URL patterns:

from api_clients import urls as api_clients_urls


urlpatterns = [
    ...
    url(r'^', include(api_clients_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2019-03-10)

  • First release on PyPI.

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

api_clients-0.1.0.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

api_clients-0.1.0-py2.py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page