Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tina4stack/tina4delphi

Tina4Delphi - A simple REST service
https://github.com/tina4stack/tina4delphi

Last synced: 18 days ago
JSON representation

Tina4Delphi - A simple REST service

Awesome Lists containing this project

README

        

# Tina4Delphi

This is not another framework for Delphi

- Please make sure you have SSL dlls extracted to a system folder (SysWow64 under C:\Windows) (32bit version for the IDE to work)
- Please extract the 64bit SSL dlls to the C:\Windows\System32 folder (64bit version for your applications to work)

## Change Release

- 2024-01-10 Fixed access violation when REST request did not work, returns as error JSON in Execute
- 2024-01-10 Added GetJSONFromTable to Core and better error handling for REST requests