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

implement list/add/remove maintainers for packages #52

Closed
ceejbot opened this issue May 12, 2019 · 1 comment
Closed

implement list/add/remove maintainers for packages #52

ceejbot opened this issue May 12, 2019 · 1 comment
Labels
api the endpoints offered registry the public API layer of the backend

Comments

@ceejbot
Copy link
Collaborator

ceejbot commented May 12, 2019

API probably looks like this:

  • GET /packages/package/:namespace/:name/maintainers
  • PUT /packages/package/:namespace/:name/maintainers/:maintainer
  • DEL /packages/package/:namespace/:name/maintainers/:maintainer

NB: package maintainers are a separate concept from namespace members. Namespace members implicitly get write access to all packages in the namespace.

@ceejbot ceejbot added registry the public API layer of the backend api the endpoints offered labels May 12, 2019
@ceejbot ceejbot added this to To do in entropic: the package manager thingie via automation May 12, 2019
@ceejbot
Copy link
Collaborator Author

ceejbot commented Jun 2, 2019

Hey. I did this one. I think.

@ceejbot ceejbot closed this as completed Jun 2, 2019
entropic: the package manager thingie automation moved this from To do to Done Jun 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api the endpoints offered registry the public API layer of the backend
Development

No branches or pull requests

1 participant