Skip to content

Commit f4d5f7b

Browse files
committed
Initial commit
1 parent 0b68f70 commit f4d5f7b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+4405
-1619
lines changed

.env.example

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
## v1.0.0 ({replace})
1+
## v1.0.0 (2025-10-20)
22

33
### What's Changed
4+
5+
Added new integration

CITATION.cff

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ message: >-
88
metadata from this file.
99
type: software
1010
authors:
11-
- {replace}
1211
- given-names: Miradil
1312
family-names: Zeynalli
1413
email: miradil.zeynalli@gmail.com
15-
repository-code: 'https://github.com/Integrify-SDK/integrify-{replace}-python'
14+
repository-code: 'https://github.com/Integrify-SDK/integrify-clopos-python'
1615
url: 'https://integrify.mmzeynalli.dev/'
1716
abstract: >-
1817
Integrify is a request library that eases the API integrations.
19-
This library is for integrating {replace}.
18+
This library is for integrating Clopos.
2019
keywords:
2120
- integrify
2221
license: GPL-3.0-or-later

README.example.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

README.md

Lines changed: 83 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,86 @@
1-
# Integrify Template
1+
# Integrify Clopos
22

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.
45
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>
636

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``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 -->
-132 KB
Binary file not shown.

0 commit comments

Comments
 (0)