https://github.com/powershelllibrary/raindrop.api
https://github.com/powershelllibrary/raindrop.api
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/powershelllibrary/raindrop.api
- Owner: PowerShellLibrary
- License: mit
- Created: 2025-03-16T09:30:48.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-03-25T22:13:46.000Z (10 months ago)
- Last Synced: 2025-04-09T22:56:04.663Z (9 months ago)
- Language: PowerShell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Raindrop.API
[](https://www.powershellgallery.com/packages/Raindrop.API)
[](LICENSE.md)
PowerShell module to interact with the [**Raindrop.io**](https://developer.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](LICENSE.md) © Alan Płócieniak