Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create gameEndpoint external and controller #3

Closed
oreporan opened this issue Aug 29, 2015 · 6 comments
Closed

create gameEndpoint external and controller #3

oreporan opened this issue Aug 29, 2015 · 6 comments
Assignees

Comments

@oreporan
Copy link
Owner

I think the API for the endpoint should look like this:

// This must take a league_id as a parameter of the request
createGame()

getGameById()

// This must contain a league in the request
getAllGames()

I guess we will need more but this is enough for now

@oreporan oreporan self-assigned this Aug 29, 2015
@oreporan
Copy link
Owner Author

oreporan commented Sep 9, 2015

Still need to do - getAllGames(), this will receive an array of gamesId and return the array of games from the DB
Also need to do - getGameById()

@oreporan
Copy link
Owner Author

Actually we are still missing these functions

@oreporan oreporan reopened this Sep 23, 2015
@Yahavw
Copy link
Collaborator

Yahavw commented Sep 23, 2015

Right, we need to finish the game's API, and to test it

@oreporan
Copy link
Owner Author

Code written - need to do unit tests

@oreporan
Copy link
Owner Author

oreporan commented Oct 3, 2015

done

@oreporan oreporan closed this as completed Oct 3, 2015
@Yahavw
Copy link
Collaborator

Yahavw commented Oct 7, 2015

🙌

2015-10-03 16:08 GMT+03:00 oreporan notifications@github.com:

done


Reply to this email directly or view it on GitHub
#3 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants