File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Raindrop.API
2
2
[](https://www.powershellgallery.com/packages/Raindrop.API)
3
3
[ ![ 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 )
5
4
6
5
PowerShell module to interact with the [ ** Raindrop.io** ] ( https://developer.raindrop.io// ) .
7
6
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
+
8
23
## License
9
24
[ MIT License] ( LICENSE.md ) © Alan Płócieniak
You can’t perform that action at this time.
0 commit comments