repositorypackage
1.0.0
Repository: https://github.com/displague/linode-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# 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 based on the official spec.
Contents:
Makefile
includes tasks to fetch the API spec, apply patches, and generate a clientfetched.openapi.yaml
the latest fetched openapi specpatched.openapi.yaml
the latest patched openapi specpatches/*.patch
patch files to apply against the Linode API specclients/
generated clientstypes/
generated typesexamples/
hand crafted examples to demonstrate usage (none yet)
Build
To build the client, run make
.