metacpan / MetaCPAN-Client

Home of the official MetaCPAN Perl API client.
21 stars 23 forks source link

Support checksum_{sha256,md5} fields in Release and DownloadURL #110

Closed stigtsp closed 3 years ago

stigtsp commented 3 years ago

This PR adds the checksum_sha256 and checksum_md5 attributes that are returned by fastapi.metacpan.org/v1/ for Release and DownloadUrl.

mickeyn commented 3 years ago

thanks