Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Semarchy xDM v5.0 includes a generator to create a language-specific API client library (generate an SDK) to simplify integration work. This API client library makes it easy to use xDM's REST API.

...

Available API Client Library Domains

  • data - Consume data from a Semarchy xDM data hub, or to publish data into a hub.
  • admin - Administer a Semarchy xDM instance.
  • app_builder - Manage models including export, import, and deployment to data locations.
  • dashboard_builder - Manage dashboards including export and import.

...

  • Access your REST API documentation main page: 

  • Choose the domain on for which you want to generate the code sample

  • Copy the URL from your browser's address bar, and edit it.
  • Replace in the URL "api-ui/index.html" by "api-docs/codegen/[language]".
    For example, if you want to generate the admin sample code in python, you should replacestart with a URL like this:
Code Block
titlefrom URL
http://localhost:8088/semarchy/api/rest/api-ui/index.html?domain=admin

byand you edit that url to look like this:

Code Block
titleto URL
http://localhost:8088/semarchy/api/rest/api-docs/codegen/python?domain=admin

...