FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

TempleteOfProgram/HunterCollaborationServices-API: Python Flask based backend, TCP/IP Messaging Server · GitHub

 
 

Latest commit

 

History

133 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL