unsplash_client 0.2.1 unsplash_client: ^0.2.1 copied to clipboard
An unofficial, platform independent client for accessing the Unsplash.com REST api.
An unofficial client for the unsplash api.
The client is platform independent, since it uses http to make requests.
This is a work in progress:
- ❌
Get the user’s profile
- ❌
Update the current user’s profile
- ✅
Get a user’s public profile
- ✅
Get a user’s portfolio link
- ✅
List a user’s photos
- ✅
List a user’s liked photos
- ✅
List a user’s collections
- ✅
Get a user’s statistics
- ✅
List photos
- ✅
Get a photo
- ✅
Get random photos
- ✅
Get a photo’s statistics
- ✅
Track a photo download
- ❌
Update a photo
- ❌
Like a photo
- ❌
Unlike a photo
- ✅
Search photos
- ✅
Search collections
- ✅
Search users
- ✅
List collections
- ✅
List featured collections
- ✅
Get a collection
- ✅
Get a collection’s photos
- ✅
List a collection’s related collections
- ❌
Create a new collection
- ❌
Update an existing collection
- ❌
Delete a collection
- ❌
Add a photo to a collection
- ❌
Remove a photo from a collection
- ✅
Stats.total
- ✅
Stats.month
Usage #
See examples tab.