Skip to content

umatare5/atmos-openapi-src

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atmos-openapi-src

atmos-openapi-src is a source generates libraries for ATMOS Platform API.

This code generates following module;

  • atmos-go

    Go Client to use ATMOS Platform API.

Prerequisite

  • FQDN of ATMOS Platform API
  • Access-token to use ATMOS Platform API

Both parameters are hidden yet. Let's wait for official release.

Development

Setup

  • Install swagger-cli for bundle divided OpenAPI Specifications.

    npm install
  • Install oapi-codegen for build the client.

    go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@latest

Build

make build

Release

git bump
make release

About

Source of libraries to use ATMOS Platform API

Topics

Resources

Stars

Watchers

Forks