Migrating from apps-rest to isc.rest #11
isc-tleavitt
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A few general notes on migrating from apps-rest (https://github.com/intersystems/apps-rest) to isc.rest:
AppS.REST.Handler
in apps-rest and%pkg.isc.rest.handler
using isc.rest):CheckResourcePermitted
. A typical/good implementation would be to make sure that your rest models are in a particular class, as is done in (e.g.)isc.sample.rest.phonebook.rest.HandlerSo, why bother moving? There are three main reasons:
If I find any other issues while migrating my apps-rest applications, I'll post them here. If you find any, please do the same!
Beta Was this translation helpful? Give feedback.
All reactions