Rudy Scoggins

  • Total activity 81
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 6
  • Subscriptions 39

Articles

Recent activity by Rudy Scoggins Recent activity Votes
  • Manage Errors in the SDK

    Catch Errors When performing API calls, you can wrap within a catch block with an exception handler to easily extract the message returned. try{ var model = apiClient.Endpoints.Accounts.Get("10", ...