You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the join[1] query string parameter on endpoint /v1/module, such as https://fastapi.metacpan.org/v1/module/HTTP::Message?join=release&join=author, I am getting inconsistent result whereby sometime the property release will contain data and sometimes the same query will return this property release with a value of null
When using the
join
[1] query string parameter on endpoint/v1/module
, such as https://fastapi.metacpan.org/v1/module/HTTP::Message?join=release&join=author, I am getting inconsistent result whereby sometime the propertyrelease
will contain data and sometimes the same query will return this propertyrelease
with a value ofnull
[1] (https://github.com/metacpan/metacpan-api/blob/7a3a16c3c1b7a9aea1b29adaa4bc9956eccd516d/lib/MetaCPAN/Server/Controller.pm#L131)[https://github.com/metacpan/metacpan-api/blob/7a3a16c3c1b7a9aea1b29adaa4bc9956eccd516d/lib/MetaCPAN/Server/Controller.pm#L131]
The text was updated successfully, but these errors were encountered: