forked from TusharMalakar/HunterCollaborationServices-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Python Flask based backend, TCP/IP Messaging Server
License
TempleteOfProgram/HunterCollaborationServices-API
Folders and files
| Name | Name | 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
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%