Ankit Sridhar
Ankit Sridhar
I would like to work on this using Flask and would create a PR in October . Can you assign it to me ?
we are referring to ``` type ChatRequest struct { Message ChatMessage `json:"message" validate:"required"` MessageHistory []ChatMessage `json:"messageHistory"` Override *OverrideChatRequest `json:"override,omitempty"` } ``` and ``` type ChatMessage struct { // The role...
@gcatlin I looked at the response body for the link you have shared, it is missing some of these fields mentioned in the previous comment
Okay. I just looked at the documentation and some of the fields were missing. I can work on this.
@gcatlin I have created a PR for this - https://github.com/alpacahq/alpaca-trade-api-go/pull/295 can you take a look and suggest changes/additions accordingly
> * Options* I have added the suggested changes to the PR @gcatlin can you review ?
> Please add / extend a unit test. If you do so, you will realise that the newly added fields are always empty, even when the server returns non-empty values...
is the requirement for the ticket to implement this rest route ?
Okay you can assign me the issue I would like to work on this
Is `CreateOrder` implemented already?