metacpan-api icon indicating copy to clipboard operation
metacpan-api copied to clipboard

Missing `user` ID in CPAN accounts

Open jackdeguest opened this issue 1 year ago • 5 comments

The following endpoints use user IDs such as FepgBJBZQ8u92eG_TcyIGQ (here OALDERS's ID), but not all CPAN accounts have IDs (mine does not), so they would only work with those who have a user ID, which is not likely intentional.

  • /v1/author/by_user
  • /v1/author/by_user/{user}
  • /v1/favorite/{user}/{distribution}
  • /v1/favorite/agg_by_distributions see sub options
  • /v1/favorite/by_user/{user}

jackdeguest avatar Sep 03 '23 21:09 jackdeguest