This is a Flickr API implementation for javascript projects.
WARNING: This is a work in progress and not all API methods are implemented yet.
bun add @zemd/flickr-rest-api
npm install @zemd/flickr-rest-api
yarn add @zemd/flickr-rest-api
pnpm add @zemd/flickr-rest-api
import { flickr } from "@zemd/flickr-rest-api";
const client = figma("your-flickr-token");
const response = await client.photosets.getPhotos({ ... params ... });
console.log(await response.json());
See documentation https://www.flickr.com/services/api/
- [x] activity
- [ ] auth
- [ ] auth.oauth
- [ ] blogs
- [ ] cameras
- [ ] collections
- [ ] commons
- [ ] contacts
- [ ] favorites
- [ ] galleries
- [ ] groups.discuss.replies
- [ ] groups.discuss.topics
- [ ] groups
- [ ] groups.members
- [ ] groups.pools
- [ ] interestingness
- [ ] machinetags
- [ ] panda
- [ ] people
- [ ] photos
- [ ] photos.comments
- [ ] photos.geo
- [ ] photos.licenses
- [ ] photos.notes
- [ ] photos.people
- [ ] photos.suggestions
- [ ] photos.transform
- [ ] photos.upload
- [x] photosets
- [ ] photosets.comments
- [ ] places
- [ ] prefs
- [ ] profile
- [ ] push
- [ ] reflection
- [ ] stats
- [ ] tags
- [ ] test
- [ ] testimonials
- [ ] urls
@zemd/flickr-rest-api
released under the Apache 2.0 license