Coder Social home page Coder Social logo

tractochatwork's Introduction

TracToChatwork

Trac notification plugin for Chatwork

Setting

trac.ini

[tochatwork]
# chatwork api base url (required)
api_base_url = https://api.chatwork.com/v1

# notification account (required)
api_token = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

# notificaiton room (required)
room_id = 00000000

# notify only when ticket owner has been changed (default: false)
only_owner_changed = true|false

# force notification if included in the comments
notify_symbol = @cw

# account custom field name for api token
api_token_field_name = chatwork_api_token

tractochatwork's People

Contributors

nyamairi avatar

Watchers

James Cloos avatar  avatar

tractochatwork's Issues

ChatWork API v2 に対応する

http://help.chatwork.com/hc/ja/articles/115000019401-2017-01-26-%E3%83%81%E3%83%A3%E3%83%83%E3%83%88%E3%83%AF%E3%83%BC%E3%82%AFAPI%E3%83%90%E3%83%BC%E3%82%B8%E3%83%A7%E3%83%B3%E3%82%A2%E3%83%83%E3%83%97%E3%81%AE%E3%81%8A%E7%9F%A5%E3%82%89%E3%81%9B

■バージョンアップにともなう変更点

・エンドポイントのベースURIの変更
エンドポイントのベースURIが変わります。
https://api.chatwork.com/v1 → https://api.chatwork.com/v2

・message_idのデータ形式の変更
各エンドポイントのレスポンスに含まれるmessage_idのデータ形式が、数字型から文字列型に変わります。

取り扱うメッセージデータの増加にともない、今後、message_idの桁数がInt型の限界である2147483647を超えることが予想されるため、
v2では、より大量のデータを扱えるよう、message_idのレスポンスを64bitの整数となる文字列型に変更いたしました。

レスポンスの内容が変わりますので、各言語やデータベースでの取り扱いにどうぞご注意ください。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.