# README
Omnivore Go
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.
# Functions
NewClient creates a new Omnivore client.
NewClientFor creates a new Omnivore client for a specific URL.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author