GetByHrefAsync

Returns (Task)

This method will find and return the object that matches the unique href provided.

Name Description
href

Get By Href Async

Example in C#

// Returns: T
var item = await client.GetByHrefAsync<T>(String href);

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/OBJECT.HREF \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'