1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-31 18:31:01 +00:00

Add Instapaper integration

This commit is contained in:
Frédéric Guillot 2017-12-02 21:12:03 -08:00
parent 6f5350a497
commit ae62e543d3
19 changed files with 191 additions and 51 deletions

View file

@ -11,7 +11,7 @@ import (
"github.com/miniflux/miniflux2/http"
)
// Client represents a Pinboard token.
// Client represents a Pinboard client.
type Client struct {
authToken string
}