-
Get organization metro areas
- GET
/{organization}/metros - Example:
https://api.meetl.ink:8443/comeet/meetl.ink/metros
- GET
-
Search Rooms
- GET
/{organization}/roomlists/roomlist/rooms - Parameters:
roomlist=Bldg_CambMaOneStorySt@meetl.inkstart=2017-04-15T09:00:00-0400end=2017-04-15T10:05:00-0400- Example:
https://api.meetl.ink:8443/comeet/meetl.ink/roomlists/Bldg_CambMALoeb@meetl.ink/rooms
- GET
-
Reserve a room
- POST
/{organization}/rooms/roomrecipient/reserve - Parameters:
roomrecipient=CambMa1Story305@meetl.inkstart=2017-04-15T09:00:00-0400end=2017-04-15T10:05:00-0400subject=Titlebody=Descriptionrequired=CambMa1Story305@meetl.ink,jablack@meetl.inkoptional=jillblack@meetl.ink- Example URL:
https://api.meetl.ink:8443/comeet/meetl.ink/rooms/jablack@meetl.ink/reserve
- POST
-
Get all the Meetings of a user
- GET
/{organization}/meetings - Parameters:
start=2017-04-15T07:00:00-0400end=2017-04-15T20:00:00-0400- Example:
https://api.meetl.ink:8443/comeet/meetl.ink/meetings
Note: If the start parameter is empty, the next seven days are retrieved. If the start parameter is empty, the end parameter is ignored.
- GET
-
Get Data about a specific meeting
- GET
/{organization}/meeting/data - Parameters:
id=JISFIJD23492834FSJSND- Example:
https://api.meetl.ink:8443/comeet/meetl.ink/meeting/data
- GET
-
$ ssh ec2-user@ec2-52-35-139-201.us-west-2.compute.amazonaws.com -i /PATH/MyKeyPairTwo.pem- Replace PATH. MyKeyPairTwo.pem is pinned in the #General channel on slack.
-
Copy .WAR into the /usr/share/tomcat6/webapps/ directory. An FTP application such as FileZilla can be used.
- Connect to Amazon EC2 file directory using Filezilla: http://stackoverflow.com/questions/16744863/connect-to-amazon-ec2-file-directory-using-filezilla-and-sftp
-
Restart the server if necessary. Sometimes, changes take a few mins. or longer to show up.
$ sudo service tomcat6 stop$ sudo service tomcat6 start
- Download Eclipse Java Neon EE IDE
- Install maven on your local machine
- Load the project as a Maven project
To do local testing, you need to make sure you have Apache Tomcat installed on the machine and create an Apache Tomcat run configuration.