Skip to content

Releases: DataFlex-dev/Web-API-Framework

Web API Framework full release

10 Jul 06:54
ac6f528
Compare
Choose a tag to compare
Bugfix/typo in documentation (#2)

* Added limit to cRestChildCollection

You can now limit the amount of records returned by the cRestChildCollection class by setting the piLimitResult property.

* Fixed typo in documentation

POST, PUT, PATCH and DELETE methods were refering to the GET verb. Additionally described the OnHttpGetByID a little better.