// SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved. // SPDX-License-Identifier: Apache-2.0 /* Package client implements a client library for the Miniflux REST API. # Examples This code snippet fetch the list of users: import ( miniflux "miniflux.app/v2/client" ) client := miniflux.New("https://api.example.org", "admin", "secret") users, err := client.Users() if err != nil { fmt.Println(err) return } fmt.Println(users, err) This one discover subscriptions on a website: subscriptions, err := client.Discover("https://example.org/") if err != nil { fmt.Println(err) return } fmt.Println(subscriptions) */ package client // import "miniflux.app/v2/client" ue='1-legacy'>1-legacy Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.prettierrc.cjs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-11Filter out astro from `peerDependencies` in `astro add` (#7620)Gravatar Chris Swithinbank 2-1/+7
2023-07-11[ci] formatGravatar bluwy 1-1/+1
2023-07-11Refactor simple CLI commands (#7619)Gravatar Bjorn Lu 12-115/+123
2023-07-10fix: `astro info` command fallback for package manager (#7618)Gravatar Emanuele Stoppa 2-1/+7
2023-07-10Add CLI startup speed benchmark (#7617)Gravatar Bjorn Lu 5-11/+95
2023-07-10[ci] formatGravatar bluwy 1-1/+1