Software Alternatives & Reviews

How to Build a Custom Go Client For a REST API

Go Programming Language Exceptionless
  1. Go, also called golang, is a programming language initially developed at Google in 2007 by Robert...
    Pricing:
    • Open Source
    First, a little about Go. Go is a statically typed language, built originally by the folks at Google. Go, while close in syntax to many other statically typed languages, differs in that it is no object oriented. Go is also very well suited for gRPC APIs, but that does not prevent it from being used with REST APIs, as we'll see here today.

    #Programming Language #OOP #Generic Programming Language 292 social mentions

  2. Don't let your users walk away in frustration.
    Pricing:
    • Open Source
    Exceptionless is powered by a REST API. When you interact with the dashboard UI, when you use the .NET client, and when you use the JavaScript client, you are interacting with the REST API. It is well-documented, and it can be used without any client libraries. This paradigm makes it simple for developers to create their own wrappers around the API. In fact, we recently started work on building an official Go client for Exceptionless. Along the way, we learned some tips and tricks that may be helpful for others that want to build clients and SDKs in Go that wrap RESTful APIs.

    #Error Tracking #Exception Monitoring #Crash Reporting 3 social mentions

Discuss: How to Build a Custom Go Client For a REST API

Log in or Post with