-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: ability to get author id (PAUSE id) in /release metadata #641
Comments
I think we shouldn't mess with the You can search authors by email address: |
I discussed this with a few people on the metacpan IRC channel yesterday. Castaway pointed out http://www.cpan.org/modules/06perms.txt, which has the information i'm after. You're right, this doesn't belong in metadata, but maybe a different section could be included, which holds maintainers, something like:
This would be empty where a module has no maintainers. Thanks for the tip on searching by email. |
The 06perms.txt data felt like something which could be included in /distribution |
I'm assuming that if this is going to happen, it isn't going to happen for a while? I'm about to work on the tools I use to build my reviews, and process 06perms.txt myself. Would obviously be much easier if it was included in the information I'm already getting from MetaCPAN :-) |
Moved to wishlist: https://github.com/CPAN-API/cpan-api/wiki |
Have re-opened as I'm hoping to tackle this with @neilbowers tomorrow. |
I still don't understand the original request. Have fun! |
@rwstauner, yeah I don't understand the original request either :-) The good thing is, I've got a much better idea now of what I should have been asking! |
The permissions work is in the following branch https://github.com/CPAN-API/cpan-api/tree/oalders/06perms |
It isn't clear to me what this ticket is about. Possibly it should be closed and a new issue opened for the permissions API? |
Yeah, I'm going to close this. I've opened a pull requestion for the 06perms branch so that I don't lose track of it. I think it's pretty close to being able to merge. Will rebase etc. |
Yeah, when I read the first entry, it wasn't clear to me, and I wrote it! :-/ |
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 neilb@cpan.org', 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.
Thanks,
Neil
The text was updated successfully, but these errors were encountered: