package
1.2.0
Repository: https://github.com/ncarlier/feedpushr.git
Documentation: pkg.go.dev

# Functions

CreateFeedPath computes a request path to the create action of feed.
DeleteFeedPath computes a request path to the delete action of feed.
GetFeedPath computes a request path to the get action of feed.
GetHealthPath computes a request path to the get action of health.
GetOpmlPath computes a request path to the get action of opml.
GetSwaggerPath computes a request path to the get action of swagger.
GetVarsPath computes a request path to the get action of vars.
ListFeedPath computes a request path to the list action of feed.
ListFilterPath computes a request path to the list action of filter.
ListOutputPath computes a request path to the list action of output.
New instantiates the client.
PubPshbPath computes a request path to the pub action of pshb.
StartFeedPath computes a request path to the start action of feed.
StopFeedPath computes a request path to the stop action of feed.
SubPshbPath computes a request path to the sub action of pshb.
UpdateFeedPath computes a request path to the update action of feed.
UploadOpmlPath computes a request path to the upload action of opml.

# Structs

Client is the feedpushr service client.
A RSS feed (default view) Identifier: application/vnd.feedpushr.feed.v1+json; view=default.
A RSS feed (link view) Identifier: application/vnd.feedpushr.feed.v1+json; view=link.
A RSS feed (tiny view) Identifier: application/vnd.feedpushr.feed.v1+json; view=tiny.
A filter (default view) Identifier: application/vnd.feedpushr.filter.v1+json; view=default.
The output channel (default view) Identifier: application/vnd.feedpushr.output.v1+json; view=default.
SubscriptionPayload user type.

# Type aliases

FeedCollection is the media type for an array of Feed (default view) Identifier: application/vnd.feedpushr.feed.v1+json; type=collection; view=default.
FeedCollection is the media type for an array of Feed (tiny view) Identifier: application/vnd.feedpushr.feed.v1+json; type=collection; view=tiny.
FilterCollection is the media type for an array of Filter (default view) Identifier: application/vnd.feedpushr.filter.v1+json; type=collection; view=default.
OutputCollection is the media type for an array of Output (default view) Identifier: application/vnd.feedpushr.output.v1+json; type=collection; view=default.