Experimental project
This is a sandbox project, which contains experimental code for developer use only.
This module provides integration into Flowdock using the REST API, but does nothing on its own. The purpose of this module is to provide support to other modules which are looking to connect from Drupal to Flowdock. Those module can add this module as a dependency in their .info file.
HTTP communication is achieved using PHP's CURL library. Support for Drupal HTTP Request object can be added upon request, but only CURL is available at this time. This module creates a base abstract PHP class called FlowdockAPI which is extended by FlowdockCurlApi class. The FlowdockCurlApi is the class which you would use in your module or this can be extended to create your own implementation.
Features
Currently the features below are implemented by the FlowdockAPI and accessed using FlowdockCurlApi.
Team Inbox
- Create Message
Message
- List
- Create
- Retrieve
- Update
- Delete
Comment
- List
- Create
Flowdock Modules
The following module currently implement the Flowdock API.
- Flowdock Log
Flowdock
Flowdock is a team collaboration app for desktop, mobile & web. Work on things that matter, be transparent and solve problems across tools, teams & time zones. Try it for free for 30 days or free for ever with up to 5 users.
Project information
- Project categories: Integrations
- Created by 1point21 on , updated
