Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dribbblejs

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dribbblejs

A Typescript-first [Dribbble API](https://developer.dribbble.com/v2) library.

  • 0.0.9
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

dribbblejs

A Typescript-first Dribbble API library.

Features

🤖 Full Typescript support
🌈 Familiar API setup
⚡️ Feather light
🚨 Proper error handling
🧘‍♀️ Framework agnostic

Getting Started

Installation

yarn add dribbblejs
npm install dribbblejs

Usage

import { Dribbble } from "dribbblejs";

const dribbble = new Dribbble({
  authToken: "xxxxxxxx"
});

API

User

Get the authenticated user
dribbble.user.get()

Projects

Fetching a list of projects
dribbble.projects.list()
Create a project
dribbble.projects.create()
Update a project
dribbble.projects.update()
Delete a project
dribbble.projects.delete()

Shots

Fetching a list of shots
dribbble.shots.list()
Get a shot
dribbble.shots.get()
Create a shot
dribbble.shots.create()
Update a shot
dribbble.shots.update()
Delete a shot
dribbble.shots.delete()

Attachments

Create an attachment for a shot
dribbble.attachments.create()
Delete an attachment for a shot
dribbble.attachments.create()

MIT Licensed

FAQs

Package last updated on 21 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc