Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tina4stack/tina4delphi
- Owner: tina4stack
- Created: 2023-10-22T13:09:40.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-28T11:16:41.000Z (7 months ago)
- Last Synced: 2024-05-29T02:51:16.000Z (7 months ago)
- Language: Pascal
- Size: 4.46 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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