Skip to content

iMeetCentral/api-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

api-php

iMeet® Central API Sample Code for Java

Fill in config/client_config.yml with your credentials. To grab credentials, please see the API tab on the "Company Admin" sections on your account.

This project's dependencies are managed by Maven. Maven can also be used to run the API samples.

mvn clean compile

Get an access token mvn exec:java

Get the results of a single API endpoint mvn exec:java -Dexec.args="/v1/users"

Get the results of a multiple API endpoint mvn exec:java -Dexec.args="/v1/users /v1/workspaces"

Releases

No releases published

Packages

No packages published

Languages