File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Raindrop.API
22[](https://www.powershellgallery.com/packages/Raindrop.API)
33[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE.md )
4- [ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/PowerShellLibrary/Raindrop.API/test.yml?branch=master&logo=github&labelColor=373e45&label=Pester )] ( https://github.com/PowerShellLibrary/Raindrop.API/actions/workflows/test.yml )
54
65PowerShell module to interact with the [ ** Raindrop.io** ] ( https://developer.raindrop.io// ) .
76
7+ ## Available Endpoints
8+
9+ ### Authentication
10+ - ** Get-RaindropAuthHeader** : Builds an authorization header for API requests.
11+
12+ ### User
13+ - ** Get-RaindropBackup** : Retrieves a list of backups for the authenticated user.
14+ -
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.
19+
20+ ### Export
21+ - ** Export-Raindrop** : Exports a collection of Raindrop bookmarks in the specified format.
22+
823## License
924[ MIT License] ( LICENSE.md ) © Alan Płócieniak
You can’t perform that action at this time.
0 commit comments