bruxisma / go-doze

Small wrapper for resty with a mini test harness

Repository from Github https://github.combruxisma/go-dozeRepository from Github https://github.combruxisma/go-doze

Archived

Date Reason
2023-01-06 No longer using golang as primary language

Overview

Go Reference Build and Tests Code Coverage

go-doze is a wrapper around the resty golang library to more closely focus its API for use in writing small and quick REST wrappers to eventually be used in terraform provider plugins.

It also comes with a small wrapper test suite to make testing the REST APIs you write easier.

Installation

Simply call

$ go get occult.work/doze

from your shell of choice, and go modules will take care of the rest.

Development

go-doze uses task to run the most common operations. These tasks are then duplicated with extra flags within the GitHub Actions workflow.

Task has instructions on installation. Once installed, simply run task from the project directory.

About

Small wrapper for resty with a mini test harness

License:MIT License


Languages

Language:Go 100.0%