You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major change in approach of making requests. Requests are now made from an enum of endpoints instead of individual unique functions on client for each endpoint.
added generic requests on client; get, post, put, patch and delete
removed endpoint funtions from TDClient which will prevent backward compatibility to version 0.3
caputured endpoints in request module
updated documentation, examples, and tests with new approach
added model types for SecuritiesAccount and UserPrincipals response
This discussion was created from the release v0.4.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
get
,post
,put
,patch
anddelete
TDClient
which will prevent backward compatibility to version 0.3request
moduleSecuritiesAccount
andUserPrincipals
responseThis discussion was created from the release v0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions