-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from fingerprintjs/docs/readme-policies-inter-286
docs(readme): comply new policy template
- Loading branch information
Showing
2 changed files
with
33 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,17 +32,24 @@ | |
</p> | ||
|
||
# Fingerprint Pro Server Python SDK | ||
Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. | ||
|
||
[Fingerprint](https://fingerprint.com) is a device intelligence platform offering 99.5% accurate visitor identification. | ||
|
||
The Fingerprint Server Python SDK is an easy way to interact with the Fingerprint [Server API](https://dev.fingerprint.com/reference/pro-server-api) from your Python application. You can retrieve visitor history or individual identification events. | ||
|
||
|
||
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: | ||
|
||
- API version: 3 | ||
- Package version: 2.6.0 | ||
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen | ||
|
||
## Requirements. | ||
## Requirements | ||
|
||
Python 2.7 and 3.4+ | ||
The following Python versions are supported: | ||
|
||
- Python 2.7 | ||
- Python 3.4+ | ||
|
||
## Installation & Usage | ||
### pip install | ||
|
@@ -247,6 +254,11 @@ Class | Method | HTTP request | Description | |
- **Location**: URL query string | ||
|
||
|
||
## Author | ||
## Support | ||
|
||
To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/issues). | ||
If you need private support, you can email us at [[email protected]](mailto:[email protected]). | ||
|
||
## License | ||
|
||
support@fingerprint.com | ||
This project is licensed under the [MIT License](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/blob/main/LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,9 +32,10 @@ | |
</p> | ||
|
||
# Fingerprint Pro Server Python SDK | ||
{{#appDescription}} | ||
{{{appDescription}}} | ||
{{/appDescription}} | ||
|
||
[Fingerprint](https://fingerprint.com) is a device intelligence platform offering 99.5% accurate visitor identification. | ||
The Fingerprint Server Python SDK is an easy way to interact with the Fingerprint [Server API](https://dev.fingerprint.com/reference/pro-server-api) from your Python application. You can retrieve visitor history or individual identification events. | ||
|
||
|
||
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: | ||
|
||
|
@@ -48,9 +49,12 @@ This Python package is automatically generated by the [Swagger Codegen](https:// | |
For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}}) | ||
{{/infoUrl}} | ||
|
||
## Requirements. | ||
## Requirements | ||
|
||
The following Python versions are supported: | ||
|
||
Python 2.7 and 3.4+ | ||
- Python 2.7 | ||
- Python 3.4+ | ||
|
||
## Installation & Usage | ||
### pip install | ||
|
@@ -185,7 +189,11 @@ Class | Method | HTTP request | Description | |
|
||
{{/authMethods}} | ||
|
||
## Author | ||
## Support | ||
|
||
To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/issues). | ||
If you need private support, you can email us at [[email protected]](mailto:[email protected]). | ||
|
||
## License | ||
|
||
{{#apiInfo}}{{#apis}}{{^hasMore}}{{infoEmail}} | ||
{{/hasMore}}{{/apis}}{{/apiInfo}} | ||
This project is licensed under the [MIT License](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/blob/main/LICENSE). |