python-discord / quackstack

An on-demand procedural ducky delivery service. An infinite stack of duckies!
MIT License
7 stars 1 forks source link

feat: Add the /details endpoint #49

Closed ToxicKidz closed 3 years ago

ToxicKidz commented 3 years ago

Currently, we only have the /details/{type} details endpoint, but it would make sense if there was a general details endpoint. It also makes it so that /details/invalid-type will return a 400 status code.

vcokltfre commented 3 years ago

Made redundant by #50