diff --git a/lib/Api.html b/lib/Api.html index 38ec2e7..30e67fb 100644 --- a/lib/Api.html +++ b/lib/Api.html @@ -183,10 +183,10 @@
static get_cargo(color: str) → Tuple[Dict, int]
-

Makes the /api/listCargo call to the api.

+

Makes the /api/getCargo call to the api.

Parameters
-

color – Color parameter which specifies which cargo should be taken. (A string which is either “green”, “red”, “yellow” or “blue”

+

color – Color parameter which specifies which cargo should be taken. (A string which is either “green”, “red”, “yellow” or “blue”)

Returns

Json Object and status code as returned by the api.