Quickstart
Discover Poozle’s features and functionality within a short span
⭐ Level - Beginner
⏱️ Time - 5 minutes
Experience Poozle by fetching GitHub issues from your public repos.
Create Integration Account (Github)
-
First, you can deploy Poozle using docker. Don’t worry it’s just
docker-compose up
-
On the Accounts tab, click
+ New Integration Account
on the left side:
-
Choose Github in the select and give the API Key. You can check Github Settings page to create a new token.
-
Connect Github and Hurray you are connected.
Fetching issues from a unified Ticketing API
-
On the Accounts tab, click on the connected integration.
-
In the URL
http://localhost:8000/workspaces/0a58f56e-3f59-4f4e-a8e1-a9e47aae5c3c/integration_account
. Take workspaceId0a58f56e-3f59-4f4e-a8e1-a9e47aae5c3c
and Copy it. -
Go to the integration account and copy the integration account ID
-
Go to
Settings
page and click on API Keys. Generate a new key to use it as a Bearer token. -
You can call
http://localhost:8000/api/v1/ticketing/{repo_name}/tickets?realtime=true
with headersworkspaceId
,integrationAccountId
andAuthorization
with its values respectively. -
Hurray you can now all access all the data from ticketing models.