This repository was archived by the owner on Nov 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Run `python manage.py migrate` to create the api_bouncer models.
6161
6262#### Security
6363- ** ACL:** Control which consumers have access to your API
64- - ** IP restriction:** : Blacklist or whilelist IPs that can access your API
64+ - ** IP restriction:** Blacklist or whilelist IPs that can access your API
6565
6666#### Traffic Control
6767- ** Request termination:** Terminate all request with a specific response.
@@ -71,6 +71,6 @@ Run `python manage.py migrate` to create the api_bouncer models.
7171[ coverage ] : https://coveralls.io/github/menecio/django-api-bouncer?branch=master
7272[ build-status-image ] : https://travis-ci.org/menecio/django-api-bouncer.svg?branch=master
7373[ travis ] : https://travis-ci.org/menecio/django-api-bouncer?branch=master
74- [ pypi-version ] : https://img.shields.io/badge/pypi-0.2 -blue.svg
74+ [ pypi-version ] : https://img.shields.io/badge/pypi-0.3 -blue.svg
7575[ pypi ] : https://pypi.python.org/pypi/django-api-bouncer
7676[ kong ] : https://getkong.org
Original file line number Diff line number Diff line change 11[metadata]
22name = django-api-bouncer
3- version = 0.2
3+ version = 0.3
44description = A simple API Gateway app for Django
55author = Aristobulo Meneses
66
You can’t perform that action at this time.
0 commit comments