-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(brightcrowd): add sync for books and pages #214
Conversation
integrations/brightcrowd/nango.yaml
Outdated
path: /books | ||
group: Books | ||
scopes: bcb.partner/book.read | ||
booksById: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
by convention established by this repo let's make words -
separated.
books-by-id
Same for the others
integrations/brightcrowd/nango.yaml
Outdated
sync_type: full | ||
endpoint: | ||
method: GET | ||
path: /bookAnalytics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
book-analytics
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
naming tweaks requested inline
Updated All to kebab case✅ |
Describe your changes
Implement books and pages syncs for Brightcrowd
Issue ticket number and link
EXT-493
Checklist before requesting a review (skip if just adding/editing APIs & templates)
retries
nango.paginate
call is used instead of awhile (true)
loopnango.yaml
hasauto_start: false
full
sync thentrack_deletes: true
is set