Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1023 Bytes

ASSETS.md

File metadata and controls

28 lines (24 loc) · 1023 Bytes

ADH Assets Samples

The assets samples demonstrate how to invoke Assets REST APIs via the sample client libraries and direct REST API calls. The steps performed in these samples follow the same basic pattern.

  1. Obtain an OAuth token for ADH, using a client-credentials client
  2. Create an SDS type
  3. Create an SDS stream
  4. Insert data into the stream
  5. Create an ADH asset
  6. Create an ADH asset type
  7. Create an asset from an asset type
  8. Retrieve an asset
  9. Retrieve a resolved asset
  10. Update an asset
  11. Retrieve the updated asset
  12. Retrieve data from an asset
  13. Retrieve status for an asset
  14. Search for an asset by asset type id
  15. Clean up assets, asset types, stream, and type
Languages
.NET
Python

For the main ADH page ReadMe
For the main samples page ReadMe