Package com.github.hipchat.api

Examples of com.github.hipchat.api.HipChat.listUsers()


    @Test
    public void testListUsers()
    {
        HipChat hipchat = new HipChat(HIPCHAT_KEY);
        List<User> users = hipchat.listUsers();
        assertNotNull(users);
        assertFalse(users.isEmpty());
    }

    @Test
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.