Moe Jangda

Results 35 issues of Moe Jangda

Currently, there are 3 endpoints to add a message to an exchange: * [`POST /exchanges/:id/rfq`](https://github.com/TBD54566975/tbdex/tree/main/specs/http-api#submit-rfq) * [`POST /exchanges/:id/order`](https://github.com/TBD54566975/tbdex/tree/main/specs/http-api#submit-order) * [`POST /exchanges/:id/close`](https://github.com/TBD54566975/tbdex/tree/main/specs/http-api#submit-close) All of these endpoints expect a tbdex message as...

tbdex 1.0

Also include the general format for `kind`

[per this discussion](https://snort.social/e/note1q5c8csl8xej5wrzh5uqsclxxa4mxtgmsge0gmvj45va0rntvflzqtd0ykm) ![image](https://user-images.githubusercontent.com/4887440/232638632-01cef953-0138-4e65-92bf-d370ea0634bc.png)

To my surprise, i can't figure out how to specify response status codes unless i'm returning an error unless i fallback to using [Raw Endpoints](https://encore.dev/docs/go/primitives/raw-endpoints). Am i missing something or...

Hi! i wanted to make a suggestion for `encore.go` that could potentially improve developer experience for validation. Apologies if there's already been discussion about this elsewhere that i wasn't able...