quick static fix
This commit is contained in:
parent
30a5567a6c
commit
4a62019556
1 changed files with 2 additions and 2 deletions
|
@ -183,10 +183,10 @@
|
|||
<dl class="py method">
|
||||
<dt id="compLib.Api.Seeding.get_cargo">
|
||||
<em class="property">static </em><code class="sig-name descname">get_cargo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">color</span><span class="p">:</span> <span class="n">str</span></em><span class="sig-paren">)</span> → Tuple<span class="p">[</span>Dict<span class="p">, </span>int<span class="p">]</span><a class="headerlink" href="#compLib.Api.Seeding.get_cargo" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Makes the /api/listCargo call to the api.</p>
|
||||
<dd><p>Makes the /api/getCargo call to the api.</p>
|
||||
<dl class="field-list simple">
|
||||
<dt class="field-odd">Parameters</dt>
|
||||
<dd class="field-odd"><p><strong>color</strong> – Color parameter which specifies which cargo should be taken. (A string which is either “green”, “red”, “yellow” or “blue”</p>
|
||||
<dd class="field-odd"><p><strong>color</strong> – Color parameter which specifies which cargo should be taken. (A string which is either “green”, “red”, “yellow” or “blue”)</p>
|
||||
</dd>
|
||||
<dt class="field-even">Returns</dt>
|
||||
<dd class="field-even"><p>Json Object and status code as returned by the api.</p>
|
||||
|
|
Reference in a new issue