Registry / http-client / mercadolibre-golang-restclient

mercadolibre-golang-restclient

JSON →
library0.0.0-20170701022150-51958130a0a0gogounverified

A REST client library for Go, originally developed by MercadoLibre for HTTP API interactions.

go get github.com/mercadolibre/golang-restclient
INSTALL
IMPORT
SIG · MERCADOLIBRE-GOLAN
M
mercadolibre-golang-restclient
http-clientgov0.0.0-20170701022150-51958130a0a0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

restclient
github.com/mercadolibre/golang-restclient

Performs a GET request using the REST client.

package main import ( "fmt" "github.com/mercadolibre/golang-restclient/rest" ) func main() { request := rest.RequestBuilder{ BaseURL: "https://api.example.com", } response := request.Get("/endpoint", nil) fmt.Println(response.String()) }
Debug
Known issues
gotchaThis library is unmaintained since 2017 and may have security vulnerabilities.
fix
Consider using a maintained alternative like net/http or go-resty.
affects: *
Upgrade
Version history
0.0.0-20170701022150-51958130a0a0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
2
Resources
mercadolibre-golang-restclient — go get mercadolibre-golang-restclient · libregistry