README - Services

This commit is contained in:
resteve 2014-03-12 18:07:52 +01:00
parent 17eea8261f
commit b85881378c
1 changed files with 9 additions and 0 deletions

9
README
View File

@ -8,6 +8,7 @@ Seur Valencia use API methods not equal than Seur (general).
Features
--------
- Services
- Test connection
- Get cities by zio
- Create/Send shipments to Seur Valencia
@ -18,6 +19,14 @@ Usage Examples
Example API in test.py file
Services
--------
.. code-block:: python
from seur.utils import services
services()
Test connection
---------------