added api tests for de
fixed getMeteoroids call in api
This commit is contained in:
parent
9e89123e92
commit
9b3c8e5b7f
2 changed files with 25 additions and 2 deletions
|
@ -20,7 +20,7 @@ API_URL_GET_OP = API_URL + "getOp"
|
|||
API_URL_GET_GOAL = API_URL + "getGoal"
|
||||
API_URL_GET_ITEMS = API_URL + "getItems"
|
||||
API_URL_GET_SCORES = API_URL + "getScores"
|
||||
API_URL_GET_METEOROID = API_URL + "getMeteoroid"
|
||||
API_URL_GET_METEOROID = API_URL + "getMeteoroids"
|
||||
|
||||
|
||||
class Seeding:
|
||||
|
|
Reference in a new issue