Make a dict compatible with wunderlist’s batch endpoint.
Login to wunderlist
Send a single request to Wunderlist in real time.
Parameters: |
|
---|---|
Returns: | dict: |
Sends requests as a batch.
Returns a generator which will yield the server response for each request in the order they were supplied. You must run next() on the result at least once.
Parameters: | api_requests (list – Made up of requests.Request objects) – a list of valid, prepared Request objects. |
---|---|
Yields : | dict |
Set token manually to avoid having to login repeatedly