Skip to content
This repository was archived by the owner on Apr 1, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ JSON Sample for paths above::
json(path("workflows")).json(path("current")).json(path("levels[displayName='Incoming'].href")).
json(path("ruleSets[1].EngageRouting")).object();

*Authenticate on a server with BasicAuth*::

Resty resty = new Resty();
resty.authenticate("http://my.server.with.auth", "username", "password".toCharArray());
TextResource text = resty.text("http://my.server.with.auth/aResource");

Developers
===========

Expand Down