Skip to content

Commit

Permalink
Merge pull request #44 from fingerprintjs/docs/readme-policies-inter-286
Browse files Browse the repository at this point in the history
docs(readme): comply new policy template
  • Loading branch information
ilfa authored Jan 8, 2024
2 parents 053d41f + fae933c commit 3c14bd3
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 13 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
24 changes: 16 additions & 8 deletions template/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
Expand Down Expand Up @@ -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).

0 comments on commit 3c14bd3

Please sign in to comment.