Skip to content

PowerShellLibrary/Raindrop.API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6b04479 · Mar 25, 2025

History

8 Commits
Mar 25, 2025
Mar 18, 2025
Mar 16, 2025
Mar 16, 2025

Repository files navigation

Raindrop.API

PowerShell Gallery License

PowerShell module to interact with the Raindrop.io.

Available Endpoints

Authentication

  • Get-RaindropAuthHeader: Builds an authorization header for API requests.

User

  • Get-RaindropBackup: Retrieves a list of backups for the authenticated user.

Backup

  • New-RaindropBackup: Creates a new backup for the authenticated user. This requires some time.
  • Get-RaindropBackup: Retrieves a list of backups for the authenticated user.
  • Save-RaindropBackup: Saves a backup to a file in the specified format.

Export

  • Export-Raindrop: Exports a collection of Raindrop bookmarks in the specified format.

License

MIT License © Alan Płócieniak