Skip to content

Commit

Permalink
📖 Обновлена документация
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyRain committed Feb 14, 2021
1 parent 787e9a7 commit 22dff71
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
* [Стена (Wall)](docs/Wall.md)
* [Лайки (Likes)](docs/Likes.md)
* [Сообщения (Messages)](docs/Messages.md)
* [Апи (VkApiRequest)](docs/Api.md)

### Примеры
[Примеры аааааа ооооо](tests/)

### Начало
Качаем библиотеку, сами разберётесь :)
Expand Down
15 changes: 15 additions & 0 deletions docs/Api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ⚙️ Api (VkApiRequest)

### Вызов метода из документации вк
Без комментариев.

```php
// $method — Название метода
// $params — Параметры (могут быть пустыми)

// Вернёт массив с данными
api(string $method, array $params = [])

// Пример
$user->VkApiRequest()->api('account.getProfileInfo', [])
```

0 comments on commit 22dff71

Please sign in to comment.