Skip to content

flagbridge/sdk-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

FlagBridge Go SDK

Official Go SDK for FlagBridge.

Installation

go get github.com/flagbridge/sdk-go

Quick Start

package main

import (
    flagbridge "github.com/flagbridge/sdk-go"
)

func main() {
    client := flagbridge.NewClient("your-api-key")

    enabled, _ := client.BooleanValue("new-feature", false)
}

Features

  • Boolean, string, and number flag evaluation
  • SSE real-time updates (planned)
  • Context-aware evaluation
  • OpenFeature compatible (planned)

Documentation

Full docs at flagbridge.io/docs/sdk/go

License

Apache 2.0

About

FlagBridge Go SDK

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors