1
0
mirror of synced 2026-01-10 09:04:48 -05:00
Files
airbyte/airbyte-integrations/connectors/source-pocket/bootstrap.md
Xabier Lahuerta Vazquez 45ad415a83 🎉 New Source: Pocket [low-code CDK] (#18655)
* Pocket Source Connector initial implementation

* Update changelog with PR id

* Style fixes & bootstrap.md

* Delete abnormal_state.json

* Update setup.py

* Update invalid_config.json

* Delete sample_state.json

* Update retrieve.json

* Update acceptance.py

* Rename Pocket Extractor test

* Add `schema_loader` as a workaround to prevent `EmptySchemaLoader`

* auto-bump connector version

Co-authored-by: Vincent Koc <koconder@users.noreply.github.com>
Co-authored-by: Vincent Koc <koconder@gmail.com>
Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-10 12:38:42 -05:00

839 B
Raw Blame History

Pocket API

Pocket's /v3/get endpoint is a single call that is incredibly versatile. A few examples of the types of requests you can make:

  • Retrieve a users list of unread items
  • Sync data that has changed since the last time your app checked
  • Retrieve paged results sorted by the most recent saves
  • Retrieve just videos that the user has saved
  • Search for a given keyword in items title and url
  • Retrieve all items for a given domain
  • and more

Required Permissions

In order to use the /v3/get endpoint, your consumer key must have the "Retrieve" permission.

Secret generation

In order to generate both needed secrets to authenticate (consumer key and access token), you can follow the steps described in https://docs.airbyte.com/integrations/sources/pocket