You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #77 from Learnosity/LRN-44310/docs/add-authoraide-…
…api-quickstart-demo
[DOC] Add Author Aide API to the quickstart demo - LRN-44310
Merge pull request #65 from Learnosity/LRN-39611/feature/hmac-signatu…
…re-api-demo
[Feature] Initialize question api and adding hmac256 to hash functio…
[RELEASE] v0.3.2
Changes:
- Removed the explicit dependency on `urllib3` as we do not use it directly.
- Updated testing commands and dependency declaration to remove deprecated uses
of setuptool's `tests_require` configuration and `test` command.
[RELEASE] v0.3.1
Changes:
- Fixed an issue where the `DataApi` class's `results_iter` method would return no data
when receiving responses from Data API endpoints that set the "`data`" field of the
response to an object (like the [itembank/questions endpoint](https://reference.learnosity.com/data-api/endpoints/itembank_endpoints#getQuestions)
when `item_references` is included in the request).