Skip to content

Commit 2ae1673

Browse files
committed
Readme
1 parent 3c0aebc commit 2ae1673

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,16 @@ if resultCreate.code == 200:
9292
resultReceive = restApi.receiving.receiveNotification()
9393
```
9494

95-
Ссылка на пример: [receiveNotification.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/receiveNotification.py)
95+
## Список примеров
96+
97+
Описание | Модуль
98+
----- | -----
99+
Пример отправки текста | [sendText.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/sendText.py)
100+
Пример отправки картинки по URL | [sendPictureByLink.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/sendPictureByLink.py)
101+
Пример отправки картинки загрузкой с диска | [sendPictureByUpload.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/sendPictureByUpload.py)
102+
Пример создание группы и отправка сообщения в группу | [createGroupAndSendMessage.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/createGroupAndSendMessage.py)
103+
Пример получения входящих уведомлений | [receiveNotification.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/receiveNotification.py)
104+
96105

97106
## Полный список методов библиотеки
98107

@@ -145,7 +154,7 @@ resultReceive = restApi.receiving.receiveNotification()
145154

146155
## Документация по методам сервиса
147156

148-
[https://github.com/green-api/docs](https://github.com/green-api/docs)
157+
[https://green-api.com/docs/api/](https://green-api.com/docs/api/)
149158

150159
## Сторонние продукты
151160

0 commit comments

Comments
 (0)