Versions in this module Expand all Collapse all v0 v0.0.4 Jul 24, 2025 v0.0.2 Jul 23, 2025 Changes in this version + func JSON(client *fasthttp.Client, url string, met Method, req interface{}, ...) (err error) + func JSONRequest(client *fasthttp.Client, url, method string, reqData, resData interface{}, ...) error + func ThirdPartyCypressRequest(client *fasthttp.Client, url, method, gsToken string, ...) error + type CypressAPIResponse struct + Data interface{} + Status struct{ ... } + type Method string + const DELETE + const GET + const PATCH + const POST + const PUT