×

Message

You need to login before you can view or download document
×

Message

You need to login before you can view or download document

New Binance API Methods in sgcWebSockets

The sgcWebSockets library continues to expand its Binance integration with a significant batch of new methodscovering the Spot REST API, Futures REST API, and WebSocket streams. This article provides a technical breakdownof each new method, its parameters, and practical Delphi code examples to get you up and running quickly. Table of Contents New S...

Continue reading

OpenAI Delphi Client Update

sgcWebSockets 2026.4.0 introduces a major expansion of the OpenAI API integration, bringing full support forthe new Responses API (the official replacement for the deprecated Assistants API), Audio Speech text-to-speech,Fine-Tuning Jobs management, the Batch API for asynchronous bulk processing, the Uploads API for large filehandling, and modernize...

Continue reading

sgcWebSockets 2026.2

Rad Studio [+] : Improved OpenAPI Parser: Now allows converting OpenAPI files to Pascal using the command line. [+] : Improved OpenAPI Parser: The executable is now compiled for Win32 and Win64. A new folder, "bin64", has been added for the 64-bit version. [+] : New OpenAPI Library: sgcOpenAPI.dll allows you to call the OpenAPI parser from a DLL. [...

Continue reading

E2EE (End-To-End Encryption) Groups for Delphi

Starting with eSeGeCe All-Access 2026.2.0, the TsgcWSPClient_E2EE protocol extends end-to-end encryption beyond direct peer-to-peer chat and adds first-class support for encrypted group traffic. The important part is that the server still behaves as a relay and coordinator only: payloads stay encrypted from sender to recipients and plaintext never ...

Continue reading

OpenAPI Parser API

 From sgcOpenAPI Parser 2026.2.0 the parser allows to use a custom dll to get more detailed info of the parsed pascal file, just create a new dll with the method sgcOpenAPI_CreateSection and copy the library in the same folder where is the parser. Every time a new file section is created the api the method CreateSection will be called and...

Continue reading

OpenAPI Parser CLI

From sgcOpenAPI Parser 2026.2.0 the Delphi parser supports Command Line Interface. The sgcOpenAPI Parser includes a command line interface that converts an OpenAPI specification into a Delphi (Pascal) client file. The parser validates and normalizes the specification (OpenAPI 3 JSON + bundled schemas) before generating output. Usage General syntax ...

Continue reading

E2EE (End-To-End Encryption) for Delphi

From version 2026.1.0 E2EE (End-To-End Encryption) is supported (only for eSeGeCe All-Access subscribers). End-to-End Encryption (E2EE) ensures that only the communicating peers can read the content of exchanged messages. Even the server that routes the messages cannot decrypt them. This article explains how E2EE works between two peers using publi...

Continue reading

Azure AMQP Service Bus CBS Authentication

From sgcWebSockets 2026.1.0 Azure AMQP 1.0 supports CBS Authentication using SAS Tokens and JWT. Azure Service Bus implements Claims-Based Security (CBS) over AMQP to authorize senders and receivers after the initial SASL handshake. The client opens a management link to the $cbs node and sends a put-token request containing either a Shared Access S...

Continue reading

sgcWebSockets 2025.10

Rad Studio [+] : New Component TsgcWSAPIClient_MCP implements the MCP Cilent specification. [+] : New Demo MCP Client showing the main features of the MCP Client, can be found in the folder "Demos\15.AI\03.MCP\02.MCP_Client". [+] : Improved MCP Server: now supports Streamable HTTP. [+] : Improved MCP Server: now supports Authentication using Custom...

Continue reading

MCP Authentication Delphi

The 2025.10.0 release of sgcWebSockets elevates Model Context Protocol (MCP) connectivity with a hardened authentication layer for both client and server components. This article highlights how the new capabilities combine enterprise-grade access control with the rapid development workflow Delphi teams expect from sgcWebSockets. What is new Dual en...

Continue reading