mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-14 03:54:47 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { RssService } = require("m3o/rss");
|
||||
const { RssService } = require("micro-js-client/rss");
|
||||
|
||||
// Add a new RSS feed with a name, url, and category
|
||||
async function addAnewFeed() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { RssService } = require("m3o/rss");
|
||||
const { RssService } = require("micro-js-client/rss");
|
||||
|
||||
// Get an RSS feed by name. If no name is given, all feeds are returned. Default limit is 25 entries.
|
||||
async function readAfeed() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { RssService } = require("m3o/rss");
|
||||
const { RssService } = require("micro-js-client/rss");
|
||||
|
||||
// List the saved RSS fields
|
||||
async function listRssFeeds() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { RssService } = require("m3o/rss");
|
||||
const { RssService } = require("micro-js-client/rss");
|
||||
|
||||
// Remove an RSS feed by name
|
||||
async function removeAfeed() {
|
||||
|
||||
Reference in New Issue
Block a user