Skip to content

Commit

Permalink
chore: add glossary entry for client object (#256)
Browse files Browse the repository at this point in the history
I've been missing this glossary entry for some recent content.

---------

Signed-off-by: Todd Baert <[email protected]>
Co-authored-by: Michael Beemer <[email protected]>
  • Loading branch information
toddbaert and beeme1mr authored May 3, 2024
1 parent 8c4d67b commit 681f38a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion specification/appendix-b-gherkin-suites.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 5

This section contains a set of language-agnostic end-to-end tests (defined in gherkin).
These tests can be used to validate the behavior of an OpenFeature implementation.
"Features" (test suites) can be used in conjunction with a cucumber test-runner for the language in question.
"Features" (test suites) can be used in conjunction with an [in-memory provider](./appendix-a-included-utilities.md#in-memory-provider) and a cucumber test-runner for the language in question.

## Evaluation Feature

Expand Down
5 changes: 5 additions & 0 deletions specification/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ This document defines some terms that are used across this specification.
- [Feature Flag API](#feature-flag-api)
- [Evaluation API](#evaluation-api)
- [Flag Management System](#flag-management-system)
- [Client](#client)
- [Provider](#provider)
- [Provider Lifecycle](#provider-lifecycle)
- [Domain](#domain)
Expand Down Expand Up @@ -106,6 +107,10 @@ The subset of the [Feature Flag API](#feature-flag-api) that the Application Aut

A source-of-truth for flag values and rules. Flag management systems may include SaaS feature flag vendors, custom "in-house" feature flag infrastructure, or open-source implementations.

### Client

A lightweight abstraction that provides functions to evaluate feature flags. A client is associated with a single provider, which it uses to perform evaluations.

### Provider

An SDK-compliant implementation which resolves flag values from a particular flag management system, allowing the use of the [Evaluation API](./sections/01-flag-evaluation.md#13-flag-evaluation) as an abstraction for the system in question.
Expand Down

0 comments on commit 681f38a

Please sign in to comment.