List of APIs

api/isAuthenticated - Returns true if the user is authenticated, false otherwise.
api/authenticate - Authenticates the user with the given credentials.
api/register - Registers a new user with the given credentials.
api/getRepos - Get List of All Repositories.
api/getGitFiles - Get List of Github Files.
api/getJiraTickets - Get List of Jira Tickets for a given Repository.
api/getJiraBoards - Get List of Jira Boards.
api/createJiraTicket - Create a Jira Ticket.
api/updateJiraTicket - Update a Jira Ticket.
api/postFileChanges - Post File Changes to Github.
api/postFileCreate - Post File Create to Github.
api/getConfluencePages - Get the Confluence page of a given Repository.
api/getUserDetails - Get the User Details.
api/postUserDetails - Post User Details.
api/getProjectDetails - Get the Project Details.

DB Access APIs

api/users/
api/projects/
api/access/
api/jira/   