A pip library for construct shanbay api
Project description
=====
Shanbay API Framework
=====
Quick start
-----------
1. Install ``shanbay_api`` by pip::
pip install shanbay_api
2. Add ``'shanbay_api'`` to your ``INSTALLED_APPS`` setting like this::
INSTALLED_APPS = (
...
'shanbay_api',
)
3. Include ``'shanbay_api.urls'`` in your project urls
urlpatterns += ['^api/v2', include('shanbay_api.urls')]
4. Use ``APIView`` in shanbay-api
Shanbay API Framework
=====
Quick start
-----------
1. Install ``shanbay_api`` by pip::
pip install shanbay_api
2. Add ``'shanbay_api'`` to your ``INSTALLED_APPS`` setting like this::
INSTALLED_APPS = (
...
'shanbay_api',
)
3. Include ``'shanbay_api.urls'`` in your project urls
urlpatterns += ['^api/v2', include('shanbay_api.urls')]
4. Use ``APIView`` in shanbay-api
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
shanbay_api-1.0.3.tar.gz
(6.2 kB
view details)
File details
Details for the file shanbay_api-1.0.3.tar.gz.
File metadata
- Download URL: shanbay_api-1.0.3.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
992c1c15cd8f8021aca94ad0daf66af6881abb03d7fd8ced555b361737a190b4
|
|
| MD5 |
7f5418469eb61da34795189fe096ad8d
|
|
| BLAKE2b-256 |
0608eca3a1bdadc11c023a134b35ef71da095631cf4dd860908f6f66a8eb01e4
|