@zemd/flickr-rest-api
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@zemd/flickr-rest-api

This is a Flickr API implementation for javascript projects.

WARNING: This is a work in progress and not all API methods are implemented yet.

Installation

bun add @zemd/flickr-rest-api
npm install @zemd/flickr-rest-api
yarn add @zemd/flickr-rest-api
pnpm add @zemd/flickr-rest-api

Usage

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());

Implemented API Methods

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

License

@zemd/flickr-rest-api released under the Apache 2.0 license

Donate

Readme

Keywords

none

Package Sidebar

Install

npm i @zemd/flickr-rest-api

Weekly Downloads

0

Version

0.0.1

License

Apache-2.0

Unpacked Size

40.2 kB

Total Files

9

Last publish

Collaborators

  • hunterman