0.0.5 • Published 1 year ago

@platformic/argocd-client v0.0.5

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
1 year ago

ArgoCD Client

Simple client build using orval and fetch

How to use use it?

import argocd from "argocd-client";

const run = async () => {
  try {
    await argocd.applicationServiceGet('ingress-nginx')
  } catch (error) {
    console.log(error.message)
  }
}

run()

Generate types with orval

  1. Download ArgoCD swagger spects with curl
  2. Modify orval.config.ts input to path new spects
  3. Run npm run generate
  4. Modify src/generated/argocd.ts and fix import paths extensions (Github Issue)
0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago