Skip to content

PowerShellLibrary/Raindrop.API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

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