This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
API v1 Fetch All Groups
Darren Oakley edited this page Oct 18, 2021
·
1 revision
PLEASE NOTE: This API interface is now deprecated and will be removed at some point in the future.
GET /v1/groups
http://test-bandiera.nature.com/api/v1/groups
This endpoint returns a list of all groups within Bandiera.
Example Request:
curl 'http://test-bandiera.nature.com/api/v1/groups'
Example Response:
{
"groups": [
{
"name": "pubserv"
},
{
"name": "shunter"
}
]
}
- Home
- How Feature Flags Work
- Dos and Donts of Feature Flagging
- Client Libraries
- Developing Bandiera
- API Documentation
- API v2
- API v1 (deprecated)