Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlafeldt/go-launchdarkly
Go client library for the LaunchDarkly REST API
https://github.com/mlafeldt/go-launchdarkly
feature-flags feature-toggles golang launchdarkly openapi swagger
Last synced: about 1 month ago
JSON representation
Go client library for the LaunchDarkly REST API
- Host: GitHub
- URL: https://github.com/mlafeldt/go-launchdarkly
- Owner: mlafeldt
- Created: 2018-07-26T12:41:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T17:30:24.000Z (about 6 years ago)
- Last Synced: 2024-11-10T03:30:22.473Z (3 months ago)
- Topics: feature-flags, feature-toggles, golang, launchdarkly, openapi, swagger
- Language: Makefile
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-launchdarkly
[![CircleCI](https://circleci.com/gh/mlafeldt/go-launchdarkly.svg?style=svg)](https://circleci.com/gh/mlafeldt/go-launchdarkly)
[![GoDoc](https://godoc.org/github.com/mlafeldt/go-launchdarkly?status.svg)](https://godoc.org/github.com/mlafeldt/go-launchdarkly)This repository contains a Go client library for LaunchDarkly's [REST API](https://apidocs.launchdarkly.com/v2.0/docs).
The client was automatically generated from LaunchDarkly's [OpenAPI specification](https://github.com/launchdarkly/ld-openapi).