Versions in this module Expand all Collapse all v1 v1.0.2 Sep 21, 2024 v1.0.1 Sep 14, 2024 Changes in this version + func JSON(client *http.Client, url string, method Method, reqData interface{}, ...) (err error) + func JSONRequest(client *http.Client, url string, method string, reqData interface{}, ...) (err error) + type Method string + const DELETE + const GET + const PATCH + const POST + const PUT