8000 GitHub - TempleteOfProgram/HunterCollaborationServices-API: Python Flask based backend, TCP/IP Messaging Server
[go: up one dir, main page]

Skip to content

TempleteOfProgram/HunterCollaborationServices-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Retrieving parameters from a URL
    import urlparse
    url = 'http://www.example.com/?def=ghi'
    parsed = urlparse.urlparse(url)
    print urlparse.parse_qs(parsed.query)['def']


1. Serives.data.DBConn.py has database url.
2. api.UserAPI.py has REGISTER-new-user method
3. api.AuthorizationAPI.py has LOGIN method
4. api.CollaborationAPI.py has Collaboration method
5. api.MessagingAPI.py has MessagingAPI method

About

Python Flask based backend, TCP/IP Messaging Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0