Commit 77ca2087 authored by Aaron Tidwell's avatar Aaron Tidwell

semantics

parent 5b7f73ea
...@@ -65,6 +65,9 @@ The other language wrappers are AWESOME. I consulted their sources often when tr ...@@ -65,6 +65,9 @@ The other language wrappers are AWESOME. I consulted their sources often when tr
--- ---
##TODO ##TODO
move /v1/tournaments to config
abstract path prefix for partcipants, matches
1. fix randomize 1. fix randomize
2. support camelCase -> under_score params 2. support camelCase -> under_score params
3. validate required params 3. validate required params
...@@ -73,7 +76,7 @@ The other language wrappers are AWESOME. I consulted their sources often when tr ...@@ -73,7 +76,7 @@ The other language wrappers are AWESOME. I consulted their sources often when tr
--- ---
##Bugs in the API ##Bugs in the API / docs
server 500s if trying to finalize() a tournament that has not yet been start()ed server 500s if trying to finalize() a tournament that has not yet been start()ed
http://api.challonge.com/v1 shows particpants.randomize as GET when method is actually POST http://api.challonge.com/v1 shows particpants.randomize as GET when method is actually POST
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment