-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Aleksey Zhidkov edited this page Oct 13, 2015
·
7 revisions
Welcome to the Restler wiki!
Restler is library to generate proxy classes for annotated Spring MVC controllers at runtime.
Please, follow:
- The Quick Start page to get things done.
- The Restler-Todo page to see how Gradle-based application may use Restler.
- The Tutorial page to get picture of how to use Restler.
- The GitHub client page to get picture of how you can use Restler to consume GitHub API.
- (TODO) The Custom Authorization page to get get picture of how to extend Restler with custom authorization strategy.
- (TODO) The Custom Authentication page to get get picture of how to extend Restler with custom authentication strategy.
- (TODO) The Custom Error Mapping page to get get picture of how to extend Restler with custom error mapping strategy.
- (TODO) The Async Calls Support page to get get picture of how you can make async calls to remote services with Restler.