Skip to content
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: add a skeleton of new data feeds endpoint #372

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fpdrozd
Copy link
Contributor

@fpdrozd fpdrozd commented Apr 5, 2023

This PR adds a new endpoint to the platform-sdk for managing the data feed settings.

Examples:

const response = await client.dataFeeds.list({
  bearer_token: '7381273269536713689562374856'
})

const response = await client.dataFeeds.create({
  bearer_token: '7381273269536713689562374856',
  data_feed_setting: {
    provider: 'google',
    name: 'Google data feed'
  }
})

This has to be tested once the spree api endpoint is functional.

@fpdrozd fpdrozd force-pushed the feat/data-feeds-platform-endpoint branch from 69f45c6 to c1d1619 Compare April 5, 2023 12:29
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.

None yet

1 participant