WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
This repository was archived by the owner on Nov 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-4
lines changed
Expand file tree Collapse file tree 1 file changed +24
-4
lines changed Original file line number Diff line number Diff line change 11# idcheckio_python_client
22Check identity documents
33
4+ ![ image] ( https://www.idcheck.io/content/uploads/sites/2/2015/12/tick_mark.png )
5+
6+ Web application : < https://idcheck.io >
7+
8+ Mashape REST API : < https://market.mashape.com/ariadnext/idcheck-io-api >
9+
10+ Swagger REST API : < https://api.idcheck.io/swagger/#/ >
11+
412This Python package is automatically generated by the [ Swagger Codegen] ( https://github.com/swagger-api/swagger-codegen ) project:
513
614- API version: 0.0
@@ -12,6 +20,21 @@ This Python package is automatically generated by the [Swagger Codegen](https://
1220
1321Python 2.7 and 3.4+
1422
23+ ** Credentials**
24+
25+ To get your credentials, contact us by email with your all needs at:
[email protected] 26+ You will receive two sets of credentials: one for test purpose only and on for production.
27+
28+ ** Platforms**
29+
30+ Three platforms can be targeted with the library:
31+
32+ | Platform | API URL | Credentials | Purpose | Restriction | Cost |
33+ -------------|----------------------------------|-------------|------------------------------------------|----------------------------------------|----------------------|
34+ | SANDBOX | https://sandbox.idcheck.io/rest | Test | Dev integration + automated tests | Only a fix set of images are supported | Free
35+ | TEST | https://api-test.idcheck.io/rest | Test | Functional tests / Idcheck.io evaluation | No SLA | Commercial agreement
36+ | PROD | https://api.idcheck.io/rest | Prod | Production service | None | Commercial agreement
37+
1538## Installation & Usage
1639### pip install
1740
@@ -24,7 +47,7 @@ pip install git+https://github.com/ariadnext/python-IDCHECKIO.git
2447
2548Then import the package:
2649``` python
27- import idcheckio_python_client
50+ import idcheckio_python_client
2851```
2952
3053### Setuptools
@@ -117,6 +140,3 @@ Class | Method | HTTP request | Description
117140
118141
119142## Author
120-
121-
122-
You can’t perform that action at this time.
0 commit comments