yomete / preactdribbble

A Preact app that pulls the most recent debut shots from Dribbble
8 stars 4 forks source link

Dribbble V1 API deprecated #1

Open benflodge opened 4 years ago

benflodge commented 4 years ago

Hi

The demo page (https://build-yjnahwkwzs.now.sh/) is not working as the dribble v1 API is now deprecated.

{ "message": "This version of the API is deprecated. This application must use v2: http://developer.dribbble.com/v2/" }

yomete commented 4 years ago

Thanks @benflodge I'll make sure to update the API!

yomete commented 4 years ago

Hey @benflodge

Looks like Dribbble made a whole lot of changes to API in v2. The endpoint to get a stream of all shots was removed.

Looks I might have to do a rewrite of the app but thanks for bringing this to my attention 😄

benflodge commented 4 years ago

Seem like a lot of work, feel free to close this if you are not going to update. The repo is still usfull as a reference :)