... and presentation to improve maintainability and scalability.
My approach:
Data Access Layer: Separate modules for different databases (DBF, SQL, APIs) to create a unified interface.
xBrowse Display: Data shown only from in-memory arrays, independent of the data source.
Web Integration: Preparing ...
Search found 23 matches: apis
Searched query: apis
- Tue Nov 05, 2024 8:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse: A Vision for a Simpler, More Flexible Future
- Replies: 5
- Views: 637
- Wed Aug 07, 2024 8:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Implementing ItsMe in a FWH-application
- Replies: 2
- Views: 981
Re: Implementing ItsMe in a FWH-application
... outline of how you might approach this integration:
Understand ItsMe API:
First, you need to understand how the ItsMe API works. ItsMe provides APIs for authentication, digital signatures, and user data retrieval. You'll need to access ItsMe's developer documentation to understand the endpoints ...
Understand ItsMe API:
First, you need to understand how the ItsMe API works. ItsMe provides APIs for authentication, digital signatures, and user data retrieval. You'll need to access ItsMe's developer documentation to understand the endpoints ...
- Sat May 04, 2024 7:42 am
- Forum: mod_harbour
- Topic: xbrowse (likely a custom table) whose contents change dynam
- Replies: 0
- Views: 1198
xbrowse (likely a custom table) whose contents change dynam
... is used to make asynchronous HTTP requests to servers. It provides a modern, promise-based way to request data, send data, or interact with web APIs. With fetch, you can easily send HTTP requests like GET, POST, PUT, etc., and handle responses in a clean and readable manner.
The JavaScript ...
The JavaScript ...
- Mon Apr 22, 2024 4:58 am
- Forum: Off Topic / Otros temas
- Topic: Servidor de mail propio y acuse de ENTREGA.
- Replies: 2
- Views: 2268
Re: Servidor de mail propio y acuse de ENTREGA.
... options include:
Mozilla Thunderbird with the "Header Control" add-on
Microsoft Outlook with the "Bells & Whistles" add-in
Mailgun or Sendgrid APIs
Add the following header to your email:
Return-Receipt-To: your-email-address@example.com
or Disposition-Notification-To: your-email-address@example ...
Mozilla Thunderbird with the "Header Control" add-on
Microsoft Outlook with the "Bells & Whistles" add-in
Mailgun or Sendgrid APIs
Add the following header to your email:
Return-Receipt-To: your-email-address@example.com
or Disposition-Notification-To: your-email-address@example ...
- Sat Apr 13, 2024 4:34 pm
- Forum: Artificial Intelligence
- Topic: IA y Harbour Conceptos básicos
- Replies: 7
- Views: 3897
Re: IA y Harbour Conceptos básicos
... ONNX.
El equipo de desarrollo de llama.cpp comenzó a usar GGUF en el 2022. De todas formas, son formatos que han ido apareciendo como evolución de formatos anteriores.
Microsoft tiene sus propios APIs para el uso de ONNX pero nosotros en FWH64 hemos optado por el uso de llama.cpp y el formato GGUF.
El equipo de desarrollo de llama.cpp comenzó a usar GGUF en el 2022. De todas formas, son formatos que han ido apareciendo como evolución de formatos anteriores.
Microsoft tiene sus propios APIs para el uso de ONNX pero nosotros en FWH64 hemos optado por el uso de llama.cpp y el formato GGUF.
- Wed Mar 06, 2024 9:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: GetHostByName( GetHostName() )
- Replies: 1
- Views: 398
Re: GetHostByName( GetHostName() )
... with this adapter will be the local IP on the desired subnet.
This also seems interesting and may help:
Consider using platform-specific APIs like ifconfig (Linux/macOS) or ipconfig (Windows) through system calls. These tools often provide more granular control over retrieving information ...
This also seems interesting and may help:
Consider using platform-specific APIs like ifconfig (Linux/macOS) or ipconfig (Windows) through system calls. These tools often provide more granular control over retrieving information ...
- Mon Mar 04, 2024 7:28 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: SWAGGER-UI para documentar nuestras API.
- Replies: 9
- Views: 3151
SWAGGER-UI para documentar nuestras API.
... herramienta llamada SWAGGER.
Dicha herramienta, si habéis usado APIREST, es bastante común. Caí en la cuenta, si era posible usarla con nuestras APIs de Harbour, y et voila!
PASOS RÁPIDOS
==================================================================
# Creamos docker
docker pull swaggerapi ...
Dicha herramienta, si habéis usado APIREST, es bastante común. Caí en la cuenta, si era posible usarla con nuestras APIs de Harbour, y et voila!
PASOS RÁPIDOS
==================================================================
# Creamos docker
docker pull swaggerapi ...
- Sat Mar 02, 2024 12:31 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Does anyone have an Envelope Printing module ?
- Replies: 10
- Views: 2087
Re: Does anyone have an Envelope Printing module ?
... be supported by Word and Office in the future. It is already difficult to buy appropriate versions for Remote Desktop, for example.
Consider using APIs (Application Programming Interfaces) instead of ActiveX for integration with Office applications. Microsoft, for example, offers the Office 365 API ...
Consider using APIs (Application Programming Interfaces) instead of ActiveX for integration with Office applications. Microsoft, for example, offers the Office 365 API ...
- Fri Mar 01, 2024 8:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Does anyone have an Envelope Printing module ?
- Replies: 10
- Views: 2087
Re: Does anyone have an Envelope Printing module ?
... be supported by Word and Office in the future. It is already difficult to buy appropriate versions for Remote Desktop, for example.
Consider using APIs (Application Programming Interfaces) instead of ActiveX for integration with Office applications. Microsoft, for example, offers the Office 365 API ...
Consider using APIs (Application Programming Interfaces) instead of ActiveX for integration with Office applications. Microsoft, for example, offers the Office 365 API ...
- Wed Jan 10, 2024 7:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: WebView2 Essentials: Guides, Tips & Resources
- Replies: 2
- Views: 758
Re: WebView2 Essentials: Guides, Tips & Resources
... track of web view instances.
The usage of inline C-like functions (e.g., WebView_Create, SetWindowPos) suggests integration with lower-level system APIs or another library for web view control.
The class design is focused on interaction between the native application and the web view, providing ...
The usage of inline C-like functions (e.g., WebView_Create, SetWindowPos) suggests integration with lower-level system APIs or another library for web view control.
The class design is focused on interaction between the native application and the web view, providing ...
- Wed Jan 10, 2024 7:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: WebView2 Essentials: Guides, Tips & Resources
- Replies: 2
- Views: 758
Re: WebView2 Essentials: Guides, Tips & Resources
... Core, WPF, Windows Forms, Unity/HoloLens 2, and more.
For developers working with WebView2, the following points are essential:
Features and APIs: WebView2 offers a range of features and APIs. The CoreWebView2 class provides web-specific functionalities such as networking, navigation, script ...
For developers working with WebView2, the following points are essential:
Features and APIs: WebView2 offers a range of features and APIs. The CoreWebView2 class provides web-specific functionalities such as networking, navigation, script ...
- Sat Nov 25, 2023 6:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
- Replies: 11
- Views: 1488
Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
... font?
chars provided by FWH?
FWH does NOT provide any chars. FWH does not have any chars of its own.
FWH displays any text using Windows APIs
Any utf8 encoded text of any language in the World can be displayed using any Windows font.
Ansi encoded text containing some accented characters ...
chars provided by FWH?
FWH does NOT provide any chars. FWH does not have any chars of its own.
FWH displays any text using Windows APIs
Any utf8 encoded text of any language in the World can be displayed using any Windows font.
Ansi encoded text containing some accented characters ...
- Thu Sep 21, 2023 12:14 am
- Forum: WhatsNew / Novedades
- Topic: xHarbour.org updated!
- Replies: 164
- Views: 93887
Re: xHarbour.org updated!
... please tell me what message is returned in this code:
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oUrl, oCli
oUrl = TUrl():New( "https://apis.averbeporto.com.br/php/conn.php" )
oCli = TIPClientHttp():New( oUrl )
? oCli:Open()
RETURN NIL
.F. -> false.
Call Porto Seguros and ask if ...
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oUrl, oCli
oUrl = TUrl():New( "https://apis.averbeporto.com.br/php/conn.php" )
oCli = TIPClientHttp():New( oUrl )
? oCli:Open()
RETURN NIL
.F. -> false.
Call Porto Seguros and ask if ...
- Wed Sep 20, 2023 7:53 pm
- Forum: WhatsNew / Novedades
- Topic: xHarbour.org updated!
- Replies: 164
- Views: 93887
Re: xHarbour.org updated!
... please tell me what message is returned in this code:
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oUrl, oCli
oUrl = TUrl():New( "https://apis.averbeporto.com.br/php/conn.php" )
oCli = TIPClientHttp():New( oUrl )
? oCli:Open()
RETURN NIL
.F. -> false.
Call Porto Seguros and ask if ...
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oUrl, oCli
oUrl = TUrl():New( "https://apis.averbeporto.com.br/php/conn.php" )
oCli = TIPClientHttp():New( oUrl )
? oCli:Open()
RETURN NIL
.F. -> false.
Call Porto Seguros and ask if ...
- Wed Sep 20, 2023 7:32 pm
- Forum: WhatsNew / Novedades
- Topic: xHarbour.org updated!
- Replies: 164
- Views: 93887
Re: xHarbour.org updated!
... web de Porto Seguro.
Regards, saludos.
Very strange, please tell me what message is returned in this code:
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oUrl, oCli
oUrl = TUrl():New( "https://apis.averbeporto.com.br/php/conn.php" )
oCli = TIPClientHttp():New( oUrl )
? oCli:Open()
RETURN NIL
Regards, saludos.
Very strange, please tell me what message is returned in this code:
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oUrl, oCli
oUrl = TUrl():New( "https://apis.averbeporto.com.br/php/conn.php" )
oCli = TIPClientHttp():New( oUrl )
? oCli:Open()
RETURN NIL