|
1 | | -# Integrify Template |
| 1 | +# Integrify Clopos |
2 | 2 |
|
3 | | -Bu reponu istifadə etməklə yeni inteqrasiyaları yaradıb, ekosistemə uyğun alt-kitabaxanalar yaratmaq asanlaşır. |
| 3 | +> [!Caution] |
| 4 | +> Integrify is unofficial library, even though it is based on official documentation. |
4 | 5 |
|
5 | | -Addımlar: |
| 6 | +<p align="center"> |
| 7 | + <a href="https://integrify.mmzeynalli.dev/"><img width="400" src="https://raw.githubusercontent.com/Integrify-SDK/integrify-docs-python/main/docs/az/docs/assets/integrify.png" alt="Integrify"></a> |
| 8 | +</p> |
| 9 | +<p align="center"> |
| 10 | + <em>Integrify is a library that simplifies API integrations. This library is designed for Clopos integration.</em> |
| 11 | +</p> |
| 12 | +<p align="center"> |
| 13 | +<a href="https://github.com/Integrify-SDK/integrify-clopos-python/actions/workflows/test.yml" target="_blank"> |
| 14 | + <img src="https://github.com/Integrify-SDK/integrify-clopos-python/actions/workflows/test.yml/badge.svg?branch=main" alt="Test"> |
| 15 | +</a> |
| 16 | +<a href="https://github.com/Integrify-SDK/integrify-clopos-python/actions/workflows/publish.yml" target="_blank"> |
| 17 | + <img src="https://github.com/Integrify-SDK/integrify-clopos-python/actions/workflows/publish.yml/badge.svg" alt="Publish"> |
| 18 | +</a> |
| 19 | +<a href="https://pypi.org/project/integrify-clopos" target="_blank"> |
| 20 | + <img src="https://img.shields.io/pypi/v/integrify-clopos?color=%2334D058&label=pypi%20package" alt="Package version"> |
| 21 | +</a> |
| 22 | +<a href="https://app.netlify.com/sites/integrify-docs/deploys"> |
| 23 | + <img src="https://api.netlify.com/api/v1/badges/d8931b6a-80c7-41cb-bdbb-bf6ef5789f80/deploy-status" alt="Netlify Status"> |
| 24 | +</a> |
| 25 | +</p> |
| 26 | +<p align="center"> |
| 27 | +<a href="https://pepy.tech/project/integrify-clopos" target="_blank"> |
| 28 | + <img src="https://static.pepy.tech/badge/integrify-clopos" alt="Downloads"> |
| 29 | +</a> |
| 30 | +<a href="https://pypi.org/project/integrify-clopos" target="_blank"> |
| 31 | + <img src="https://img.shields.io/pypi/pyversions/integrify-clopos.svg?color=%2334D058" alt="Supported Python versions"> |
| 32 | +</a> |
| 33 | +<a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/Integrify-SDK/integrify-clopos-python" target="_blank"> |
| 34 | + <img src="https://coverage-badge.samuelcolvin.workers.dev/Integrify-SDK/integrify-clopos-python.svg" alt="Coverage"> |
| 35 | +</a> |
6 | 36 |
|
7 | | -1. Sağ yuxarı küncdə "Use this template -> Create new repository" |
8 | | -2. Lokalınıza yükləyin |
9 | | -3. `python create_local_configs.py` skriptini run edin |
10 | | -4. integration_name qovluğunu işləyəciyniz inteqrasiyanın adına dəyişin |
11 | | -5. Ümumi axtarış verib, `{replace}` string-ini axtarın, və həmin yerləri dəyişin |
12 | | -6. `pre-commit` və `uv` istifadə edin |
13 | | -7. `uv sync` istifade etdikdən sonra, `make` kommandlarından istifadə edə bilərsiniz |
| 37 | +</p> |
| 38 | + |
| 39 | +--- |
| 40 | + |
| 41 | +**Documentation**: [https://integrify.mmzeynalli.dev/integrations/clopos/about/](https://integrify.mmzeynalli.dev/integrations/clopos/about/) |
| 42 | + |
| 43 | +**Source code**: [https://github.com/Integrify-SDK/integrify-clopos-python](https://github.com/Integrify-SDK/integrify-clopos-python) |
| 44 | + |
| 45 | +--- |
| 46 | + |
| 47 | +## Official Documentation (v1.0.1) |
| 48 | + |
| 49 | +[English](https://developer.clopos.com/) |
| 50 | + |
| 51 | +## Main functionalities |
| 52 | + |
| 53 | +- Library supports both sync and async requests. |
| 54 | +- All of the function and classes has been documented. |
| 55 | +- As all of the functions/variables/classes has been typed, type-hinting is active |
| 56 | +- The flow of the requests has been explained in the documentation. |
| 57 | + |
| 58 | +## Installing |
| 59 | + |
| 60 | +<div class="termy"> |
| 61 | + |
| 62 | +```console |
| 63 | +pip install integrify-clopos |
| 64 | +``` |
| 65 | + |
| 66 | +</div> |
| 67 | + |
| 68 | +## Usage |
| 69 | + |
| 70 | +To use these requests you need to set these environmental variables: |
| 71 | + |
| 72 | +### List of requests |
| 73 | + |
| 74 | +| Sorğu funksiyası | Məqsəd | Clopos API | Callback-ə sorğu atılır | |
| 75 | +| :--------------- | :----- | :--------: | :---------------------: | |
| 76 | + |
| 77 | +### Callback Sorğusu |
| 78 | + |
| 79 | +### Callback Data formatı |
| 80 | + |
| 81 | +> [!Caution] |
| 82 | +> Integrify is unofficial library, even though it is based on official documentation. |
| 83 | +
|
| 84 | +## Other supported integrations |
| 85 | + |
| 86 | +<!-- AUTO-UPDATE SECTION --> |
0 commit comments