Verwenden von TRESTRequestDataSetAdapter zum Aktualisieren von Daten über eine RESTful-Server-API
Mai 22, 2022
RAD Studio 11 saw the introduction of the TRESTRequestDataSetAdapter, a component that can read data from a TDataSet and convert it to JSON ready to send back to a remote RESTful API. Before I talk more about how to use it, I want to recap how REST URL/APIs work.
REST APIs and VERBS
REST APIs are typically created to use the different HTML verbs (POST, GET, PUT, PATCH, and DELETE) to define the…