Skip to content

russdeluca/MingleAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MingleAPI

RESTful API for the Mingle application

=======

Routes

/
Methods: Any
Returns: hostname of server, if server is running.

/auth/login
Methods: GET, POST
GET: Returns login status
POST: Authenticates to the application.

/auth/logout
Methods: POST
POST: Sets user as inactive.

/msg/send
Methods: POST
POST: Inserts a message from the application to the server.

/msg/recv
Methods: GET
GET: Returns waiting messages from the server to the application.

About

API for AOL Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%