Creating a query that Lists Issues
We will use GitHub issues to represent our todo items. So, we need to create a query that will list GitHub issues.
On your API connector, click “Add Query”
Call your query “List Items”
The “Function” should be
GET
For the “Path”, enter
/repos/<your_github_username>/<your_repo>/issues
.Click on “Run Query”. This query should run successfully. The schema should be that of a GitHub issue.
Click “Save Query”
Last updated