-
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.
docs(readme): comply new policy template
- Loading branch information
1 parent
053d41f
commit bb254b9
Showing
2 changed files
with
34 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 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.** | ||
|
||
|
||
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 | ||
|
||
To use this library following Python versions are supported: | ||
|
||
Python 2.7 and 3.4+ | ||
- 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,11 @@ | |
</p> | ||
|
||
# Fingerprint Pro Server Python SDK | ||
{{#appDescription}} | ||
{{{appDescription}}} | ||
{{/appDescription}} | ||
|
||
**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.** | ||
|
||
|
||
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: | ||
|
||
|
@@ -48,9 +50,12 @@ This Python package is automatically generated by the [Swagger Codegen](https:// | |
For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}}) | ||
{{/infoUrl}} | ||
|
||
## Requirements. | ||
## Requirements | ||
|
||
To use this library following Python versions are supported: | ||
|
||
Python 2.7 and 3.4+ | ||
- Python 2.7 | ||
- Python 3.4+ | ||
|
||
## Installation & Usage | ||
### pip install | ||
|
@@ -185,7 +190,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). |