Skip to content

Simple rest client-server factory, you give it a url, it does the rest!

License

Notifications You must be signed in to change notification settings

tcurrie/rest-factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rest-factory Build Status Coverage Status Maven Central

Simple rest client-server factory, you give it a url, it does the rest!

On the service side:

        @RestService
        public class MyServiceImplementation implements MyApi {

On the client side:

        final MyApi client = RestClientFactory.create(MyApi.class, ()->url, ()->timeout);

Time for a coffee break!

tfm...

About

Simple rest client-server factory, you give it a url, it does the rest!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages