Skip to content

Dework integration#1

Draft
davidfant wants to merge 6 commits into
mainfrom
dework
Draft

Dework integration#1
davidfant wants to merge 6 commits into
mainfrom
dework

Conversation

@davidfant

Copy link
Copy Markdown

No description provided.

Comment thread src/recoilState/app.ts
get: async ({ get }) => {
const circle = get(rSelectedCircle);
if (!circle.circle.dework_organization_id) return [];
return fetch(`${DEWORK_API_URL}/graphql`, {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious about error handling and if the API is down.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants