You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-7Lines changed: 41 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,52 @@ PowerShell module to interact with the [**Raindrop.io**](https://developer.raind
7
7
## Available Endpoints
8
8
9
9
### Authentication
10
-
-**Get-RaindropAuthHeader**: Builds an authorization header for API requests.
10
+
-**Get-RaindropAuthHeader**: Builds an authorization header for API requests using the provided API token.
11
11
12
12
### User
13
-
-**Get-RaindropBackup**: Retrieves a list of backups for the authenticated user.
14
-
-
13
+
-**Get-RaindropUser**: Retrieves information about the authenticated user.
14
+
15
15
### Backup
16
-
-**New-RaindropBackup**: Creates a new backup for the authenticated user. This requires some time.
17
-
-**Get-RaindropBackup**: Retrieves a list of backups for the authenticated user.
18
-
-**Save-RaindropBackup**: Saves a backup to a file in the specified format.
16
+
-**New-RaindropBackup**: Initiates the creation of a new backup for the authenticated user. This process may take some time.
17
+
-**Get-RaindropBackup**: Retrieves a list of available backups for the authenticated user.
18
+
-**Save-RaindropBackup**: Downloads and saves a specific backup to a file in CSV or HTML format.
19
19
20
20
### Export
21
-
-**Export-Raindrop**: Exports a collection of Raindrop bookmarks in the specified format.
21
+
-**Export-Raindrop**: Exports a collection of Raindrop bookmarks in the specified format (CSV, HTML, ZIP, or TXT). Supports sorting by creation date, score, title, or domain, and filtering by search terms.
0 commit comments