Skip to content

Commit

Permalink
docs: update utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevichecc committed Dec 6, 2024
1 parent 1951396 commit e4261f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ The SDK provides methods for all Miniflux API endpoints. Here are some commonly
- `updateCategory(categoryId, title)`: Update category
- `deleteCategory(categoryId)`: Delete category

### Utility Methods
- `searchEntries(query, limit?)`: Search for entries with optional result limit
- `getMinifluxEntryUrl(entryId)`: Get Miniflux web UI URL for an entry

For complete API documentation, please visit our [API Reference](https://github.com/Sevichecc/miniflux-js/docs).

## Development
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "miniflux-js",
"version": "0.0.1",
"version": "0.0.2",
"description": "A javascript SDK for Miniflux.",
"main": "dist/index.js",
"types": "dist/types.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ export class MinifluxClient {
}

// Utility Methods

/**
* Search for entries.
* @param query - Search query
Expand Down

0 comments on commit e4261f4

Please sign in to comment.