WhatsApp API Send Local Files

From sgcWebSockets 2022.7.0, now you can upload local files (like pdf, videos, audios...) to WhatsApp Servers and send a message to your users. Previously to this improvement, you can only send files to users that were uploaded previously to a public website. Image Messages  Call the method SendMessageImage and pass the following parameters: a...

Continue reading

Binance Wallet API

From sgcWebSockets 2022.7.0 the Binance Wallet API is supported, this means you can request Withdraw, view the deposit history, withdraw history and more. https://binance-docs.github.io/apidocs/spot/en/#wallet-endpoints Wallet Methods Method Description GetWalletSystemStatus Fetch system status. GetWalletAllCoinsInformation Get information of coins...

Continue reading

Delphi XTB API Client

From sgcWebSockets 2022.7.0 XTB WebSocket API is supported, XTB provides access to over 2100 financial markets including FX, indices, shares, commodities and more. Properties  The WebSocket protocol allows 2 types of requests: Streaming commands (receive live updates) and Retrieve Trading Data (send a request to server retrieving some inf...

Continue reading

sgcWebSockets 2022.6

Rad Studio  Here is the comprehensive list of new features and bug fixes included in this version: [+] : New Client Component TsgcWSAPI_OKX. OKX, formerly known as OKEx, is one of the largest crypto spot and derivatives trading exchanges. [+] : New OKX demo showing the main features of crypto api. It's in the folder "05.Crypto\01.CryptoAPI" [+...

Continue reading

ICE Client (Interactive Connectivity Establishment)

From sgcWebSockets 2022.6 a new component is included in the library, the ICE client which implements the RFC8445. ICE is one of the protocols used on WebRTC (with STUN, TURN, WebSockets... which are already supported). Interactive Connectivity Establishment (ICE) is a technique used in computer networking to find ways for two computers to talk to ...

Continue reading

Delphi OKX API

From sgcWebSockets 2022.6.0 OKX Crypto Broker is supported, OKX, formerly known as OKEx, is one of the largest crypto spot and derivatives trading exchanges. OKX is a Seychelles-based cryptocurrency exchange that provides a platform for trading various instruments such as spot and derivative. Some of the exchange's core features include spot a...

Continue reading

.NET WhatsApp Cloud API

From sgcWebSockets 2022.6.0 WhatsApp Cloud API is supported for .NET. Send and receive messages using a cloud-hosted version of the WhatsApp Business Platform. The Cloud API allows you to implement WhatsApp Business APIs without the cost of hosting of your own servers and also allows you to more easily scale your business messaging. The Cloud API s...

Continue reading
Tags:

sgcWebSockets 2022.5.0

Rad Studio  Here is the comprehensive list of new features and bug fixes included in this version: [+] : New WhatsApp Client, allows to send and receive messages, documents, images... using Whatsapp Cloud API. [+] : New WhatsApp Demo, shows how works the WhatsApp Cloud API: send messages, receive notifications... [+] : New OpenAPI Client Amazo...

Continue reading

Delphi WhatsApp Cloud API

From sgcWebSockets 2022.5.0 WhatsApp Cloud API is supported. Send and receive messages using a cloud-hosted version of the WhatsApp Business Platform. The Cloud API allows you to implement WhatsApp Business APIs without the cost of hosting of your own servers and also allows you to more easily scale your business messaging. The Cloud API supports u...

Continue reading

Delphi Microsoft Sign-In Login

 From sgcWebSockets 2022.5.0 there is a new class that simplifies the process of authenticate an user using the Microsft Azure Account as Authentication. The class let you login with your Microsoft Account in an easy way. Configuration  The module requires first configure your OAuth2 Application in your Microsoft Account, once are co...

Continue reading

Delphi Google Sign-In Login

From sgcWebSockets 2022.5.0 there is a new class that simplifies the process of authenticate an user using the Google Account as Authentication. The class let you login with your Google Account in an easy way. Configuration  The module requires first configure your OAuth2 Application in your Google Account, once are configure just add a couple...

Continue reading

Delphi Microsoft Azure SDK

Microsoft Azure is a cloud computing service operated by Microsoft for application management via Microsoft-managed data centers. It provides software as a service (SaaS), platform as a service (PaaS) and infrastructure as a service (IaaS) and supports many different programming languages, tools, and frameworks, including both Microsoft-specific an...

Continue reading

Delphi Google Cloud SDK

Google Cloud Platform, offered by Google, is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products, such as Google Search, Gmail, Google Drive, and YouTube. Google Cloud Platform provides infrastructure as a service, platform as a service, and serverless computing environ...

Continue reading

Delphi Amazon AWS SDK

Amazon AWS provides on-demand cloud computing platforms and APIs to individuals, companies, and governments, on a metered pay-as-you-go basis. These cloud computing web services provide distributed computing processing capacity and software tools via AWS server farms. Our sgcOpenAPI Client Parser can read the OpenAPI / Swagger Amazon AWS specificat...

Continue reading

sgcWebSockets 2022.4.0

Enter your text here ... Rad Studio  Here is the comprehensive list of new features and bug fixes included in this version: [+] : ZLib has been updated to 1.2.12, includes the latest security fix (*only Enterprise Edition). [+] : ZLib now can use a dll instead of using static linking using the conditional define "SGC_DYNAMICLOAD_ZLIB" (*only E...

Continue reading

OpenAPI Delphi Client Parser

The OpenAPI Specification, previously known as the Swagger Specification, is a specification for machine-readable interface files for describing, producing, consuming, and visualizing RESTful web services. Previously part of the Swagger framework, it became a separate project in 2016, overseen by the OpenAPI Initiative, an open-source collaboration...

Continue reading

ZLib 1.2.12 Delphi - CBuilder

sgcWebSockets uses ZLib for WebSocket Compression/Decompression. Recently Zlib has released a new version with fixes the following issues: Fix a deflate bug when using the Z_FIXED strategy that can result in out-of-bound accesses.Fix a deflate bug when the window is full in deflate_stored().Speed up CRC-32 computations by a factor of 1.5 to 3....

Continue reading

Pusher Cache Channels

From sgcWebSockets 2022.4.0 the Pusher Cache Channels are supported. Currently the following Cache channels are available: Public Cache ChannelsPrivate Cache ChannelsPresence Cache Channels Cache Channels  A cache channel remembers the last triggered event, and sends this as the first event to new subscribers. When an event is triggered on a c...

Continue reading

sgcWebSockets 2022.3.0

Rad Studio  Here is the comprehensive list of new features and bug fixes included in this version: [+] : New sgcWebSockets Package Installer, install and register sgcWebSockets Library. [+] : New IDE AddOn, allows to automatically login from Rad Studio IDE and access to private downloads, support, forum... and more. [+] : New Component OAuth2 ...

Continue reading

Authorization using External OAuth2 Providers

From sgcWebSockets 2022.3.0, you can use external OAuth2 Providers to Authenticate the Requests received by your server. The OAuth2 Server Provider Component allows to integrate External OAuth2 Providers (like Azure AD, Google, Facebook...) in your server component (like an HTP server), so an user can login using the Azure AD credentials and if the...

Continue reading