mirror of
https://github.com/NaN-tic/python-seurvalencia.git
synced 2023-12-14 05:43:00 +01:00
README - Services
This commit is contained in:
parent
17eea8261f
commit
b85881378c
1 changed files with 9 additions and 0 deletions
9
README
9
README
|
@ -8,6 +8,7 @@ Seur Valencia use API methods not equal than Seur (general).
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
- Services
|
||||||
- Test connection
|
- Test connection
|
||||||
- Get cities by zio
|
- Get cities by zio
|
||||||
- Create/Send shipments to Seur Valencia
|
- Create/Send shipments to Seur Valencia
|
||||||
|
@ -18,6 +19,14 @@ Usage Examples
|
||||||
|
|
||||||
Example API in test.py file
|
Example API in test.py file
|
||||||
|
|
||||||
|
Services
|
||||||
|
--------
|
||||||
|
|
||||||
|
.. code-block:: python
|
||||||
|
|
||||||
|
from seur.utils import services
|
||||||
|
services()
|
||||||
|
|
||||||
Test connection
|
Test connection
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue