dbots-pkg / dbots.js

A stats poster and API wrapper for all botlists.
https://dbots.js.org
MIT License
22 stars 6 forks source link

Changes in list endpoints #20

Closed EndBug closed 4 years ago

EndBug commented 4 years ago

Lists to update:


Hey, I've updated the package because ListMyBots has put online a new website, and they've made breaking changes to the API.
Would you mind checking if everything's ok? Commit: 0d78550880f13703791640f8d30c39351e63d7d3 If so, this requires a new major version.

Snazzah commented 4 years ago

It's good.

EndBug commented 4 years ago

@Snazzah Ok, I'm working on updating another service too, I'll tell you when I'm done

Snazzah commented 4 years ago

There's some breaking changes for DiscordBotList aswell https://docs.discordbotlist.com/bot-statistics

EndBug commented 4 years ago

I see that in the docs they changed the bad URL to https://discordbotlist.com/api/v1 (they added the v1), but the old one seems to work just fine. What should we do? The widget URL method needs to be removed though

Snazzah commented 4 years ago

Add on the v1 and remove the widget function. The widget is broken and replaced with a JavaScript widget, but I think it is worth removing since we only really document photo widgets.

EndBug commented 4 years ago

Fixed by release 4.0.0