Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • D date-poll-api
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ty kayn
  • date-poll-api
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Nov 23, 2019 by ty kayn's avatar ty kayn
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 330476b1
......@@ -3,3 +3,22 @@ ceci est un projet REST en symfony 4.
___
-------------------------- -------- -------- ------ ----------------------------
Name Method Scheme Host Path
-------------------------- -------- -------- ------ ----------------------------
api_get_default GET ANY ANY /api/v1/
api_get_my_polls GET ANY ANY /api/v1/my-polls
api_get_all_polls GET ANY ANY /api/v1/polls
api_new_polls POST ANY ANY /api/v1/poll
api_get_poll_comment GET ANY ANY /api/v1/poll/{id}/comments
api_get_poll GET ANY ANY /api/v1/poll/{id}
api_clean_expired_polls GET ANY ANY /api/v1/clean-polls
api_update_poll PUT ANY ANY /api/v1/poll/{id}
api_new_comment POST ANY ANY /api/v1poll/{id}/comment
api_new_vote_stack POST ANY ANY /api/v1poll/{id}/vote
api_poll_delete DELETE ANY ANY /api/v1/poll/{id}
api_poll_comments_delete DELETE ANY ANY /api/v1/poll/{id}/comments
api_poll_votes_delete DELETE ANY ANY /api/v1/poll/{id}/votes
app.swagger GET ANY ANY /api/doc.json
-------------------------- -------- -------- ------ ----------------------------
Clone repository
  • Home