StarZen REST library for DataFlex WebApp – Order API
In this part of the REST API Library series we will create the order API based on DAWs order entry sample database. We will take a look at additional features such as paging, selections as well as additional features to schemas/models. to get started lets create the...StarZen REST library for DataFlex WebApp – Adding a database
Most of our APIs will deal with database content of course so lets take a look at how we can build these types of APIs. As a sample database we chose to use DAWs order entry database just because we all have and know it already. To start with an easy one we will...StarZen REST library for DataFlex WebApp – A simple REST service
To start lets create a very simple manual REST service. No database involved just a simple service that returns a simple JSON object. To do this we create a Web HTTP handler based on the cszWebAPIController class. lets call it oManualSimpleAPI o show this we modify...StarZen REST library for DataFlex WebApp – Introduction
Error thrown
Call to a member function id() on array