Class AbstractRestClient
- java.lang.Object
-
- com.logicaldoc.webservice.rest.client.AbstractRestClient
-
- Direct Known Subclasses:
RestAuthClient,RestBookmarkClient,RestDocumentClient,RestFolderClient,RestSearchClient,RestTagClient
public abstract class AbstractRestClient extends Object
Parent for all RESTful clients- Since:
- 6.9
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description AbstractRestClient(String endpoint, String username, String password)ConstructorAbstractRestClient(String endpoint, String username, String password, int timeout)Constructor
-