Posts

Showing posts from September, 2025

Out bound

/// <summary> /// API helper /// </summary> public static class GopAPIHelper {     /// <summary>     /// send to API     /// </summary>     /// <param name = "_url">URL</param>     /// <param name = "_clientId">Client id</param>     /// <param name = "_clientSecret">client secret</param>     /// <param name = "_json">Notes</param>     /// <param name = "_method">method</param>     /// <returns>RetailWebResponse</returns>     public static RetailWebResponse sendToAPI(URL        _url, String255     _clientId, String255        _clientSecret, Notes        _json, str     _method)     {         #define.clientId("client_id")         #define.clientSecret("client_se...