Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • H Hubble
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • 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
  • Hubble
  • Hubble
  • Wiki
  • endpoints

endpoints · Changes

Page history
Update endpoints authored Apr 12, 2019 by Gabriel Miranda Silveira's avatar Gabriel Miranda Silveira
Hide whitespace changes
Inline Side-by-side
endpoints.md
View page @ 2de0f54d
Endpoints # Endpoints
\ No newline at end of file
| Request | Endpoint | Description |
| ------- | --------------------- | ------------------------ |
| POST | /events/ | You should describe here |
| GET | /events/:id/test | You should describe here |
| GET | /events/:id/test | You should describe here |
| GET | /events/:id/test | You should describe here |
| GET | /events/:id/test | You should describe here |
# Examples:
## Post: Events
Request:
```
GET /events/1357
Content-Type: application/json
```
Payload:
```
{
title: "Baile do example",
description: "James Bond contando como horas"
}
```
Response:
```
{
title: "Baile do example",
description: "James Bond contando como horas"
}
```
---
## Get: Events Info
Request:
```
GET /events/1357
Content-Type: application/json
```
```
Response:
```
{
title: "Baile do example",
description: "James Bond contando como horas"
}
```
Clone repository
  • Configuracao
  • Modelagem
  • Plano de Gestão
  • arquitetura
  • cronograma
  • endpoints
  • Home
  • mockups
  • problemas
  • requisitos
  • sprints