platformsh-client
TypeScript icon, indicating that this package has built-in type declarations

0.2.4 • Public • Published

Build Status

Platform.sh API client

This is a isomorphic Javascript library for accessing the Platform.sh API.

We recommend you use the Platform.sh CLI for most purposes.

Install

Run npm install platformsh-client

Usage

import Client from 'platformsh-client';

const client = new Client({
  api_token: /* api token if you use it with NodeJS*/,
  redirect_uri: /* custom redirection uri if you use it in the browser (current uri by default)*/
});

client.getProjects().then(projects => {
  const project = projects[0];

  const giturl = project.getGitUrl();
});

Development mode

Run npm run dev

Build

Run npm run build

Test

Run npm test

/platformsh-client/

    Package Sidebar

    Install

    npm i platformsh-client

    Weekly Downloads

    593

    Version

    0.2.4

    License

    MIT

    Unpacked Size

    1.47 MB

    Total Files

    86

    Last publish

    Collaborators

    • tlattimore
    • shakaman