Skip to content
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

API does not show maintainers #1136

Closed
shahryarjb opened this issue May 8, 2022 · 1 comment
Closed

API does not show maintainers #1136

shahryarjb opened this issue May 8, 2022 · 1 comment

Comments

@shahryarjb
Copy link

shahryarjb commented May 8, 2022

Hi, when I want to get package information and releases data, I can not use maintainers because it is always an empty list, although this metadata exists in a package mix file.

For example:

https://github.com/phoenixframework/phoenix/blob/master/mix.exs#L105

maintainers: ["Chris McCord", "José Valim", "Gary Rennie", "Jason Stiebs"],

but when I get it from the API

"meta": {
    "description": "Productive. Reliable. Fast. A productive web framework that\ndoes not compromise speed or maintainability.",
    "licenses": [
        "MIT"
    ],
    "links": {
        "GitHub": "https://github.com/phoenixframework/phoenix"
    },
    "maintainers": []
}

Example API https://hex.pm/api/packages/phoenix

Thank you

@wojtekmach
Copy link
Member

Hi, thank you for the report. The field is always empty because it is deprecated, see this for more information: #681 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants