rubiojr / omnivore-go

omnivore.app API Go client library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Omnivore Go

GoDoc

This is a Go client library for the Omnivore GraphQL API.

Work in Progress

Supported read queries:

  • ApiKeys
  • Feeds
  • Filters
  • Groups
  • Integrations
  • Labels
  • NewsletterEmails
  • Rules
  • Search
  • Subscriptions
  • Users
  • Webhooks

Supported mutation queries:

  • AddPopularRead
  • BulkAction
  • CreateArticle
  • CreateGroup
  • DeleteAccount
  • DeleteArticle (SetBookmarkArticle)
  • DeleteFilter
  • DeleteIntegration
  • DeleteLabel
  • DeleteRule
  • DeleteWebhook
  • SaveUrl
  • EmptyTrash

Usage

Get an API key from https://docs.omnivore.app/integrations/api.html.

See the examples directory.

About

omnivore.app API Go client library

License:MIT License


Languages

Language:Go 99.9%Language:Shell 0.1%