IIC2513-2020-1 / syllabus

Material del curso
35 stars 3 forks source link

Duda API ruta action #172

Closed cacosandon closed 4 years ago

cacosandon commented 4 years ago

Hola,

Estoy comunicandome con la API para ejecutar una acción, y al poner el body

{ "action": { "type": "MOVE", "ship": "H6, "direction": "EAST", "quantity": 1 } }

Me tira como error {"error":"An action must be defined"}

Qué puede ser?

Gracias!

gpvidal commented 4 years ago

Le indicaste a la API que estás enviando un JSON?

Saludos

On Tue, Jul 14, 2020, 13:40 Joaquín Ossandon notifications@github.com wrote:

Hola,

Estoy comunicandome con la API para ejecutar una acción, y al poner el body

{ "action": { "type": "MOVE", "ship": "H6, "direction": "EAST", "quantity": 1 } }

Me tira como error {"error":"An action must be defined"}

Qué puede ser?

Gracias!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IIC2513-2020-1/syllabus/issues/172, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABIFVP4A45QRGNAUKRUAZFDR3SJ77ANCNFSM4OZXW56Q .

cacosandon commented 4 years ago

Si!

Le paso el Content-Type y la Authorization :/

cacosandon commented 4 years ago

Ahora me funcionó! Estaba pasando mal un string