Resource

enum docushare.Resource(value)

This enum represents one DocuShare resource.

Valid values are as follows:

DSWEB = <Resource.DSWEB: '(base URL for any resources in DocuShare)'>
Login = <Resource.Login: 'HTTP GET : login page to get login token'>
ApplyLogin = <Resource.ApplyLogin: 'HTTP POST: to send credential information'>
Services = <Resource.Services: 'HTTP GET : property page'>
History = <Resource.History: 'HTTP GET : version history of a document'>
Get = <Resource.Get: 'HTTP GET : get a document file'>
View = <Resource.View: 'HTTP GET : view a collection'>
ViewAll = <Resource.ViewAll: 'HTTP GET : view all items in a collection'>