Articles in this series
In Golang, implementing basic authentication in an HTTP API request is relatively straightforward. Once we construct the request, then we have to call...
While working with APIs, headers are an essential aspect. Sometimes we set them, or sometimes we consume them and make decisions. When I was exploring...
In the previous article, we saw how to make the HTTP GET API request in Golang. While going through the example, we discussed closing the response...
Golang is one of the widely used languages for designing API Clients. While you design the client, one of the important aspects of the client is...
Golang is a widely used language for building scalable and reliable web applications. When it comes to Storing data (relational), MySQL is one of the...