forked from p15670423/monkey
Agent: Modify docstring in IIslandAPIClient.send_events()
This commit is contained in:
parent
14592d964e
commit
8b52ba0686
|
@ -61,9 +61,9 @@ class IIslandAPIClient(ABC):
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def send_events(self, events: Sequence[JSONSerializable]):
|
def send_events(self, events: Sequence[JSONSerializable]):
|
||||||
"""
|
"""
|
||||||
Send the events to the Island
|
Send a sequence of Agent events to the Island
|
||||||
|
|
||||||
:param events: Events that are going to be send to the Island
|
:param events: A sequence of Agent events
|
||||||
:raises IslandAPIConnectionError: If the client cannot successfully connect to the island
|
:raises IslandAPIConnectionError: If the client cannot successfully connect to the island
|
||||||
:raises IslandAPIRequestError: If an error occurs while attempting to connect to the
|
:raises IslandAPIRequestError: If an error occurs while attempting to connect to the
|
||||||
island due to an issue in the request sent from the client
|
island due to an issue in the request sent from the client
|
||||||
|
|
Loading…
Reference in New Issue