Any one generated REST hateoas responses from OpenEdge Classic REST or Webspeed? Also has any one used an API document tool such as apidoc with OpenEdge to document the REST API?
Thanks.
I have played with swagger.io. It is very straight forward. As for HATEOAS, I have not had anyone ask. Upon some initial investigation, it does seam "out of the question". You would have to architect your solution to keep track of the relative location for your resources. You would essentially need some kind of "gateway" to respond.