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

Crud para usuarios #28

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Crud para usuarios #28

wants to merge 16 commits into from

Conversation

celli33
Copy link
Contributor

@celli33 celli33 commented Dec 1, 2021

Se agregaron los siguientes endpoints:

  • post('api/users') para crear un nuevo usuario.
    -get('api/users/{user}')para obtener el detalle de un usuario.
  • get('api/users') para obtener usuarios paginados dados los parámetros opcionales: limit, page, search (busca por email o nombre).
  • put('api/users/{user}') para actualizar un usuario.
  • delete('api/user/{user}') para eliminar un usuario.

@celli33 celli33 linked an issue Dec 1, 2021 that may be closed by this pull request
Copy link
Member

@eclipxe13 eclipxe13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great with latest commits

tests/Feature/Api/User/UserTestCase.php Outdated Show resolved Hide resolved
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

Successfully merging this pull request may close these issues.

CRUD usuarios
3 participants