Closed ToxicKidz closed 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.
/details/{type}
/details/invalid-type
400
Made redundant by #50
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 a400
status code.