forked from FarmMaps/FarmMapsApiClient
Seperated eventhub service from api service.
wip nbs flow. Changed uploading a bit.
This commit is contained in:
@@ -8,6 +8,7 @@ namespace FarmmapsApi
|
||||
public const string ITEMS_RESOURCE = "items/{0}";
|
||||
public const string ITEMS_CREATE_RESOURCE = "items";
|
||||
public const string ITEMS_DOWNLOAD_RESOURCE = "items/{0}/download";
|
||||
public const string ITEMS_UPLOAD_RESOURCE = "api/v1/file";
|
||||
public const string ITEMS_CHILDREN_RESOURCE = "items/{0}/children";
|
||||
public const string ITEMS_DELETE_RESOURCE = "items/delete";
|
||||
|
||||
|
Reference in New Issue
Block a user