Module vibe.http.rest

Automatic REST interface and client code generation facilities.

Functions

Name Description
adjustMethodStyle Adjusts the naming convention for a given function name to the specified style.
registerRestInterface Generates registers a REST interface and connects it the the given instance.

Classes

Name Description
RestInterfaceClient Implements the given interface by forwarding all public methods to a REST server.

Enums

Name Description
MethodStyle Determines the naming convention of an identifier.

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

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