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
The metadata section in the results from /release include an author entry, but that's the author string (as might appear in the AUTHOR section in pod, such as 'Neil Bowers [email protected]', unlike the author entry at the top level, or in /module, which is the PAUSE id of the author.
I'd like to use the metadata.author entry, but for my purposes I need the PAUSE id.
I don't think there's a way I could currently map the author string to a PAUSE id (eg by parsing out the email address and calling metacpan API with the email address), so is this a potential feature for the future? It would be very handy if you could provide pause_id or author_id in the metadata section.