MLH-Fellowship / CodeOfDuty

Gamified Sprint System
MIT License
3 stars 0 forks source link

Endpoints - Creating Sprints #24

Closed ajwad-shaikh closed 3 years ago

ajwad-shaikh commented 3 years ago

Parameters:

and returns

Response

[
  {
    "repo" : "repo_name",
    "sprints" : [ { (Sprint Overview) } , ... ]
  },
  ...
]

Parameters:

and returns

Response

[
  {
    "repo" : "repo_name",
    "sprints" : [ { (Sprint Overview) } , ... ]
  },
  ...
]