Metron-Project / mokkari

Python wrapper for Metron API
GNU General Public License v3.0
9 stars 1 forks source link

Return series ID in issue #66

Closed rad96 closed 1 week ago

rad96 commented 1 week ago

When retrieving issue this two values can not define series, because they are not determined изображение

Why not return series id?

bpepple commented 1 week ago

What do you mean by not determined? If I remember correctly, both year_began and volume are required fields.

The series id isn't returned since the number itself is fairly useless in helping the user identify the issue.

rad96 commented 1 week ago

By not determined I meant they can be changed without a problem And ID will stay (at least shall) stay same no matter what

bpepple commented 1 week ago

This response provides a list of issues, and the information is typically displayed to the end-user to help identify the issue they're looking for.

Most end-users will not know or care about the series id. Now, the developer writing the software, consuming the response, can use the series id as a parameter to filter the results, but I don't see how it would be of any use to the end-user.