ryo88c/chat-work-api-client

ChatWork API Client by BEAR.Sunday

dev-master 2016-02-02 04:45 UTC

This package is auto-updated.

Last update: 2024-04-07 20:13:51 UTC


README

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