Module vibe.web.rest

Automatic REST interface and client code generation facilities.

Functions

Name Description
generateRestJSClient Generates JavaScript code to access a REST interface from the browser.
registerRestInterface Registers a REST interface and connects it the the given instance.
serveRestJSClient Returns a HTTP handler delegate that serves a JavaScript REST client.

Classes

Name Description
RestInterfaceClient Implements the given interface by forwarding all public methods to a REST server.
RestInterfaceSettings Encapsulates settings used to customize the generated REST interface.

Structs

Name Description
Collection Models REST collection interfaces using natural D syntax.

Authors

Sönke Ludwig, Михаил Страшун

Copyright

© 2012-2013 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.