/ChatWorkApiClient

ChatWork API Client by BEAR.Sunday

Primary LanguagePHPMIT LicenseMIT

ChatWork Api Client

This is ChatWork API Client by BEAR.Sunday.

How to use ChatWork API

  1. Apply to get API token.
  2. Add CHATWORK_API_TOKEN = "xxxxxxxx" on .env

Run on console.

$ php bootstrap/api.php get /rooms

Run on the built-in web server.

$ php -S 0.0.0.0:8080 bootstrap/api.php
$ curl http://localhost:8080/rooms