Tutorial for API Cerved.
Project description
API-CERVED TUTORIAL
Questo package ha l'intento di mostrare le varie funzionalità offerte dall'API prodotta da Cerved. Il sito ufficiale dell'API è: https://apps-developer.cerved.com/ di proprietà della Cerved Group S.p.a..
L'intenzione del codice contenuto inquesto repository e solo quello di mostrare come implementare le chiamate all'API.
Per poter utilizzare il servizio offerto dalla Cerved Group S.p.a. sarà necessario effettuare la registrazione sul loro sito per ottenere le credenziali ed in particolare una CONSUMER_KEY che dovrete inserire nel file settings.py.
Nota: fate attenzione a non pubblicare o diffondere erroneamente la vostra CONSUMER_KEY!
In questo tutorial vengono implementati solo alcuni dei servizi offerti dall'API:
-
Entity Search: permette di effettuare una ricerca libera in base al codice fiscale per le presone fisiche oppure in base alla partita iva o alla ragione sociale per le imprese. Utile per ricercare il codice id_soggetto che viene richiesto per le altre ricerche.
main.py -p entity -e 'CHIAVE DI RICERCA'*
-
Entity Profile: permette di avere i dati relativi ad un profilo in base alla ricerca per id_soggetto.
main.py -p profile -i 'ID_SOGGETTO'*
-
Entity Contacts: permette di avere i dati relativi ai contatti di un profilo in base alla ricerca per id_soggetto.
main.py -p contacts -i 'ID_SOGGETTO'
-
Entity PEC: permette di avere la PEC di un profilo in base alla ricerca per id_soggetto.
main.py -p pec -i 'ID_SOGGETTO
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
Built Distribution
File details
Details for the file api-cerved-tutorial-0.0.2.tar.gz
.
File metadata
- Download URL: api-cerved-tutorial-0.0.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65d107f81eccc7fc595928fbe589f36c09333133d03421be7234d878e5963157 |
|
MD5 | ecb455e6256a35bb6081c8fe8b167544 |
|
BLAKE2b-256 | fb7538591de33a5faaf7e5cdd4547a29f1fdd7b0ddb41b4c304fb8f4f058fd8c |
File details
Details for the file api_cerved_tutorial-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: api_cerved_tutorial-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19063679e41d1628ba7cb6517e03bdbdd005b67fc60c1756d6ff778c45581899 |
|
MD5 | ec4d7a8f10dad659d19f53dcfa51b8b8 |
|
BLAKE2b-256 | a9d4733a74ab6ff8d77e777d8c4c9cee7349d769f8b827c3136ab0a5894924bf |