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

Se pueden eliminar eventos usando la interfza REST. #15

Open
le99 opened this issue Mar 22, 2015 · 3 comments
Open

Se pueden eliminar eventos usando la interfza REST. #15

le99 opened this issue Mar 22, 2015 · 3 comments
Assignees
Labels

Comments

@le99
Copy link

le99 commented Mar 22, 2015

Toca enviar un "DELETE" a
http://:/api/events/<id_evento>

Es decir para elimar el evento 2 seria:
http://:/api/events/2

@le99 le99 added the bug label Mar 22, 2015
@raulgomezn
Copy link
Contributor

Luis Esteban, los métodos solo deben quedar Post y Get?

@raulgomezn
Copy link
Contributor

Estuve mirando y el Delete no esta permitido solo GET, POST, HEAD, OPTIONS:

GET /api/events/
HTTP 200 OK
Content-Type: application/json
Vary: Accept
Allow: GET, POST, HEAD, OPTIONS

@le99
Copy link
Author

le99 commented Mar 22, 2015

Pero probaste haciendo DELETE?
A mi sí me funciona.

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

No branches or pull requests

2 participants