3.3.1 • Published 4 years ago

@shepherdorg/ui-graphql-client v3.3.1

Weekly downloads
22
License
MIT
Repository
-
Last release
4 years ago

Shepherd UI API

This project hosts a utility for interacting with the shepherd-ui API

Example Usage

const client = createClient('http://localhost:8080/graphql')

client.upsertDeployment([
  {
    id: 'dev-images-fluentd2',
    display_name: 'Fluentd aws appender 2',
    last_deployment_timestamp: '2019-10-17T16:02:20.500Z',
    last_deployment_version: '1.0.1',
    herd_key: 'images-fluentd2',
    env: 'dev',
    description: '',
    deployer_role: 'Install',
    deployment_type: 'Kubernetes',
    hyperlinks: [
      {
        url: 'http://jenkins.org.is:8082/job/dockerimages/',
        title: 'Builds',
      },
      {
        url: 'https://gitlab.org.is/tmdev/dockerimages',
        title: 'Git source',
      },
    ],
  },
])
3.3.1

4 years ago

3.3.0

4 years ago

3.2.0

4 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.7

5 years ago

3.0.6

5 years ago

3.0.5

5 years ago

3.0.4

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago