Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/displague/linode-go
EXPERIMENTAL - BROKEN - DO NOT USE
https://github.com/displague/linode-go
Last synced: 8 days ago
JSON representation
EXPERIMENTAL - BROKEN - DO NOT USE
- Host: GitHub
- URL: https://github.com/displague/linode-go
- Owner: displague
- License: mit
- Created: 2021-02-26T18:06:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T00:54:58.000Z (almost 4 years ago)
- Last Synced: 2024-12-13T06:35:14.122Z (10 days ago)
- Language: Shell
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Golang client for Linode generated with OpenAPI Generator
This is experimental. Don't use it.
This repo contains Golang code generated from [a custom version of the Linode API spec](patched.openapi.yaml) based on the [official spec](https://www.linode.com/docs/api/openapi.yaml).
Contents:
- `Makefile` includes tasks to fetch the API spec, apply patches, and generate a client
- `fetched.openapi.yaml` the latest fetched openapi spec
- `patched.openapi.yaml` the latest patched openapi spec
- `patches/*.patch` patch files to apply against the Linode API spec
- `clients/` generated clients
- `types/` generated types
- `examples/` hand crafted examples to demonstrate usage (none yet)## Build
To build the client, run `make`.