Skip to content

Commit

Permalink
correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
niklastheman committed Apr 3, 2024
1 parent 9524a0c commit 9aa1e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apiclient.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Once the active package and seed model are set, you can connect clients to the n
List data
---------

Other than starting training sessions, the APIClient can be used to get data from the network, such as sessions, models etc. All entities are represented and the all work in a similar fashion.
Other than starting training sessions, the APIClient can be used to get data from the network, such as sessions, models etc. All entities are represented and they all work in a similar fashion.

* get_*() - (plural) list all entities of a specific type
* get_*(id=<id-of-entity>) - get a specific entity
Expand Down

0 comments on commit 9aa1e17

Please sign in to comment.