floraison / flack

a Rack app for the flor workflow engine
MIT License
9 stars 4 forks source link

Introduce messages controller to get flor messages archived #14

Closed dmicky0419 closed 6 years ago

dmicky0419 commented 6 years ago

I want to introduce messages controller to get flor messages archived.

jmettraux commented 6 years ago

Thanks a lot!

jmettraux commented 6 years ago

@dmicky0419

I think that GET /messages/<exid> should return all the messages with the given exid. GET /messages/id on the other hand returns a single message.

OK for you if I change GET /messages/<exid>?

dmicky0419 commented 6 years ago

I've considered both specification. I agree to change GET /messages/<exid>? specification.