blob: 63a3d055af95403b9e888f4f6adbee44b9468406 (
plain)
1
2
3
4
5
6
7
8
9
|
/*
Package flymachines is an API client for Fly's machines API.
This package is loosely based on the Swagger spec for the Fly Machines API[1],
but with only the important bits implemented.
[1]: https://docs.machines.dev/swagger/index.html
*/
package flymachines
|