Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CS699-Project
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Meet Narendra
CS699-Project
Commits
a1c16027
Commit
a1c16027
authored
Oct 11, 2022
by
Meet Narendra
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
APIs for backend
parent
ce82afc7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
0 deletions
+31
-0
README.md
README.md
+3
-0
apis.txt
apis.txt
+28
-0
No files found.
README.md
View file @
a1c16027
...
...
@@ -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.txt
0 → 100644
View file @
a1c16027
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment