FloraExpress API python client library. www.floraexpress.ru
Project description
Version 0.1b
FloraConcierge is worldwide flowers delivery service. We provide api services for
building your own flowers delivery e-commerce and submit users orders into our system.
All information at http://www.floraexpress.ru/
You can simple install floraconcierge api client into your django environment by adding middleware
`floraconcierge.middleware.ApiClientMiddleware` to your `MIDDLEWARE_CLASSES`.
Also you can add `floraconcierge.middleware.ApiObjectNotFound404` to your middlewares for automatic 404 pages when
api result raises ResultObjectNotFoundError.
Available settings
------------------
All settings used in middleware only, if you want manual initiation of api client object, you can do it yourself.
* `FLORACONCIERGE_API_ID` Required. Your application ID.
* `FLORACONCIERGE_API_SECRET` Required. Your application secret.
* `FLORACONCIERGE_API_INIT_ENV` Optional. You can setup custom init function for env setup. Function takes params
`client, request, restored` where client is ApiClient instance, request is django request object and restored is flag
variable indicating client env was restored from request session.
* `FLORACONCIERGE_API_INIT_CLIENT` Optional. Custom api client initiation function. By default middleware initiate
client with function `floraconcierge.middleware.initialize_apiclient`. You can se your own function. Function take
only one param `request`.
Django debug toolbar panel
--------------------------
Also available debug panel for django. You can add `floraconcierge.panels.FloraConciergeRequests` to django debug
panels settings `DEBUG_TOOLBAR_PANELS`.
FloraConcierge is worldwide flowers delivery service. We provide api services for
building your own flowers delivery e-commerce and submit users orders into our system.
All information at http://www.floraexpress.ru/
You can simple install floraconcierge api client into your django environment by adding middleware
`floraconcierge.middleware.ApiClientMiddleware` to your `MIDDLEWARE_CLASSES`.
Also you can add `floraconcierge.middleware.ApiObjectNotFound404` to your middlewares for automatic 404 pages when
api result raises ResultObjectNotFoundError.
Available settings
------------------
All settings used in middleware only, if you want manual initiation of api client object, you can do it yourself.
* `FLORACONCIERGE_API_ID` Required. Your application ID.
* `FLORACONCIERGE_API_SECRET` Required. Your application secret.
* `FLORACONCIERGE_API_INIT_ENV` Optional. You can setup custom init function for env setup. Function takes params
`client, request, restored` where client is ApiClient instance, request is django request object and restored is flag
variable indicating client env was restored from request session.
* `FLORACONCIERGE_API_INIT_CLIENT` Optional. Custom api client initiation function. By default middleware initiate
client with function `floraconcierge.middleware.initialize_apiclient`. You can se your own function. Function take
only one param `request`.
Django debug toolbar panel
--------------------------
Also available debug panel for django. You can add `floraconcierge.panels.FloraConciergeRequests` to django debug
panels settings `DEBUG_TOOLBAR_PANELS`.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for floraconcierge-client-0.1.13.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | aefd6f0059a101556fccaf7eba1146f39ebc466cdb11ca798c150276a4548b72 |
|
MD5 | 02b51a1f85faf25594ccdfc12e5bcf9d |
|
BLAKE2b-256 | 49c5e61cc28760bef70720b577736c2cc18afc3462ab3e44ad5879e30aa21cd2 |