Giter VIP home page Giter VIP logo

hipchat-api's Introduction

hipchat-api

Java implementation for the HipChat V2 API. The implementation is base on - this doc.

Version:

Release-Version
Develop-Version

Service Implementation Status:

RoomsAPI
UsersAPI
PrefsPublicsAPI
OAuthSessonsAPI
InvitesAPI
GroupsAPI
EmoticonsAPI
CapabilitiesAPI
ImportsAPI
IntegrationsAPI
ExtensionsAPI

Build-Status:

master: Build Status
develop: Build Status

Requirements:

Java 8 (need for lambda)

Quick Start:

To add this implementation into your project:

Dependency

maven
<dependency>
    <groupId>ch.viascom</groupId>
    <artifactId>hipchat-api</artifactId>
    <version>2.0.2-BETA</version>
</dependency>
gradle
compile 'ch.viascom:hipchat-api:2.0.2-BETA'

Send a notification

HipChat hipChat = new HipChat("<ACCESS_CODE>");
hipChat.roomsAPI().sendRoomNotification(new SendNotification("Test-Room", "Hello World", MessageColor.RED, true));

HipChat-API

Validation

  • Input validation

Exception handling

  • Access-Exception handling

Wiki, Documentation & JavaDoc

  • Quick-Start guide
  • JavaDoc Ongoing
  • Code coverage Ongoing
  • JUnit Ongoing

Inbounds

Webhook-Inbound

  • Inbound models
  • JWT

Glance-Inbound

  • Inbound models
  • Glance conditions
  • JWT

API-Methods:

Rooms API (22/45)
  • Get all rooms
  • Create room
  • Get room
  • Update room
  • Delete room
  • Get room avatar
  • Update room avatar
  • Delete room avatar
  • Get Room action
  • Create room action
  • Delete room action
  • Get room dialog
  • Create room dialog
  • Delete room dialog
  • Get room external page
  • Create room external page
  • Delete room external page
  • Get room glance
  • Create room glance
  • Delete room glance
  • Get room web panel
  • Create room web panel
  • Delete room web panel
  • Get room webhook
  • Create room webhook
  • Delete room webhook
  • Get room message
  • View room history
  • View recent room history
  • Invite user
  • Get all members
  • Add member
  • Remove member
  • Send message
  • Send room notification
  • Get all participants
  • Replay to message
  • Share file with room
  • Share link with room
  • Get room statistics
  • Set topic
  • Get all webhooks
  • Create webhook -> Deprecated
  • Get webhook -> Deprecated
  • Delete webhook -> Deprecated
Users API (13/15)
  • Get all users
  • Create user
  • View user
  • Update user
  • Delete user
  • Get privatechat message
  • View privatechat history
  • View recent privatechat history
  • Private message user
  • Get Photo
  • Update photo
  • Delete photo
  • Get auto join rooms
  • Share file with user
  • Share link with user
Prefs Publics API (1/1)
  • Get auto join rooms
OAuth Sessions API (0/3)
  • Get session
  • Delete session
  • Generate token
Invites API (1/1)
  • Invite user to group
Groups API (5/5)
  • View group
  • Get group avatar API not ready
  • Update group avatar API not ready
  • Delete group avatar API not ready
  • Group statistics
Emoticons API (2/2)
  • Get emoticon
  • Get all emoticons
Capabilities API (1/2)
  • Get capabilities
  • Get addon capabilities schema API not ready
Imports API (0/4)
  • Import privatechat file
  • Import privatechat history
  • Import room file
  • Import room history
Integrations API (0/8)
  • Get integration installable data
  • Invoke integration link
  • Delete integration link
  • Create integration link
  • Addon ui update BETA
  • Room addon ui update BETA
  • User in room addon ui update BETA
  • User addon ui update BETA
Extensions API (0/18)
  • Get global action
  • Create global action
  • Delete global action
  • Get global dialog
  • Create global dialog
  • Delete global dialog
  • Get global external page
  • Create global external page
  • Delete global external page
  • Get global glance
  • Create global glance
  • Delete global glance
  • Get global web panel
  • Create global web panel
  • Delete global web panel
  • Get global webhook
  • Create global webhook
  • Delete global webhook

hipchat-api's People

Contributors

itsmefox avatar nik-sta avatar nikolastankovic avatar catac avatar paulpearcy avatar viascom-account avatar

Watchers

James Cloos avatar

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.