web analytics
Press "Enter" to skip to content

Posts tagged as “api”

Deploying Composable Resources via Powershell

Lars Fiedler

Composable has an SDK for deploying resources between two instances of Composable. For example, a source instance may be a development environment, and the target instance may be the production…

Composable APIs via Powershell

Lars Fiedler

Composable has an API for every action that you can perform through its UI. All services are documented here: https://dev.composable.ai/api/CompAnalytics.IServices.html Below is an example script for executing operations on the…

Validating an external API with Composable Web Requests

Andy Vidan

At my previous job, I was reliant on external API’s to work correctly and to know when functionality had changed. With proper acceptance/validation testing on foreign API’s, you can sleep…