Is your feature request related to a problem? Please describe.
The /series endpoint you can filter by 'year_began' but the /issue endpoint you can't filter by 'year_began' but can by 'volume', so to do a search on the /issue endpoint you have to go to the /series to get what volume it is.
Describe the solution you'd like
Either add a filter param to /issue to include 'year_began' or add a 'volume' filter to the /series endpoint
Describe alternatives you've considered
You need to call /series to get the volume which can then be used in the /issue search
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. The
/series
endpoint you can filter by 'year_began' but the/issue
endpoint you can't filter by 'year_began' but can by 'volume', so to do a search on the/issue
endpoint you have to go to the/series
to get what volume it is.Describe the solution you'd like Either add a filter param to
/issue
to include 'year_began' or add a 'volume' filter to the/series
endpointDescribe alternatives you've considered You need to call
/series
to get the volume which can then be used in the/issue
searchAdditional context Add any other context or screenshots about the feature request here.