Creating RESTful Services in DataFlex: Difference between revisions

m
Typo
(Creating (splitting up original article))
 
m (Typo)
Line 14: Line 14:
More complex REST operations will be dependant on the system in question, however the examples in the pages linked to below should point the way to how to expose (or not!) the contents of your database through a RESTful API.
More complex REST operations will be dependant on the system in question, however the examples in the pages linked to below should point the way to how to expose (or not!) the contents of your database through a RESTful API.


For how you might create a simple RESTful service using DataFlex "out of the box", see [[A Simple RESTFul Service]].
For how you might create a simple RESTful service using DataFlex "out of the box", see [[A Simple RESTful Service]].


To use the REST library to create a RESTful service, see [[Using the REST Library]].
To use the REST library to create a RESTful service, see [[Using the REST Library]].