Commit a1c16027 authored by Meet Narendra's avatar Meet Narendra 💬

APIs for backend

parent ce82afc7
......@@ -3,3 +3,6 @@ Superuser: meet
password: 000786
python manage.py runserver
References:
https://www.twilio.com/blog/build-progressive-web-application-django-angular-part-2-frontend-interface
\ No newline at end of file
APIs
Login Page
GET
/login/isAuthenticated?uid=zzz
POST
/login/authenticate?email=zz&pass=
/login/register?email=zzz&pass=zzz&role=zzz
Home Page
/home/getRepos?uid=zzz
Github Page
/github/getRepo?uid=zzz&repoId=zzz
/github/getFile?uid=zzz&fileName=zzz
Confluence Page
/confluence/getPage?uid=zzz&repoId=zzz
JIRA Page
/jira/getTickets?uid=zzz&repoId=zzz
/jira/createTicket?uid=zzz&repoId=zzz
/jira/updateTicket?uid=zzz&repoId=zzz
Slack Page
/slack/getChannel?uid=zzz
/slack/sendMessage?uid=zzz
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment