- 1password
- Slack
- iWork
- Tweetbot
- Xcode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def _get_data(self, url: str, name_of_data_node: str) -> dict: | |
| """ | |
| Helper function to fetch data from admin and take care of pageing | |
| Parameters | |
| ---------- | |
| :param url: API endpoint address | |
| :param name_of_data_node: Name of the key where the requested data is stored | |
| Returns | |
| ------- | |
| :return A list of the data requested |