Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[kapua-dev] REST API SDK

Hi,

What do you think about adding REST API SDK module to Kapua? That would be useful both for testing purposes, as for end users. I'm thinking about creating SDK DSL wrapper around HTTP client similar to something like:

KapuaTokenProvider token = new KapuaTokenProvider(""username", "password");
List<User> users = new UserService(token).listUsers();

I can start working on such SDK module, as will need it anyway for OpenShift regression testing.

What do you think?

Cheers!
--
Henryk Konsek

Back to the top