Skip to content

Commit

Permalink
docs(readme): comply new policy template
Browse files Browse the repository at this point in the history
  • Loading branch information
Orkuncakilkaya committed Dec 22, 2023
1 parent 053d41f commit bb254b9
Show file tree
Hide file tree
Showing 2 changed files with 34 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 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
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).
25 changes: 17 additions & 8 deletions template/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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:

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

0 comments on commit bb254b9

Please sign in to comment.