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
Added option to send the API Key and Token using Header instead of the QueryString (The SendCredentialsMode on TrelloClientOptions when creating the TrelloClient)
Added HttpStatusCode to TrelloAPIExceptions to be able to see the underlying REST-API StatusCode
Added Better Error Message if a Batch Request fail due to a TooManyRequests Rate Limiting
Added Support for Adding/Updating Cards with Descriptions bigger than 2000 chars. Now the max is 16384 chars (The Trello upper limit)
Added TrelloIds constants for the various technical fields