Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit db46308

Browse files
author
LaunchDarklyCI
committed
Version 5.0.3 automatically generated from ld-openapi@dffa29a.
1 parent 4f532d9 commit db46308

14 files changed

+133
-68
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Class | Method | HTTP request | Description
187187
*UserSegmentsApi* | [**patchExpiringUserTargetsOnSegment**](docs/UserSegmentsApi.md#patchexpiringusertargetsonsegment) | **PATCH** /segments/{projectKey}/{userSegmentKey}/expiring-user-targets/{environmentKey} | Update, add, or delete expiring user targets on user segment
188188
*UserSegmentsApi* | [**patchUserSegment**](docs/UserSegmentsApi.md#patchusersegment) | **PATCH** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Perform a partial update to a user segment.
189189
*UserSegmentsApi* | [**postUserSegment**](docs/UserSegmentsApi.md#postusersegment) | **POST** /segments/{projectKey}/{environmentKey} | Creates a new user segment.
190-
*UserSegmentsApi* | [**updatedUnboundedSegmentTargets**](docs/UserSegmentsApi.md#updatedunboundedsegmenttargets) | **POST** /segments/{projectKey}/{environmentKey}/{userSegmentKey}/unbounded-users | Update targets included or excluded in an unbounded segment
190+
*UserSegmentsApi* | [**updatedBigSegmentTargets**](docs/UserSegmentsApi.md#updatedbigsegmenttargets) | **POST** /segments/{projectKey}/{environmentKey}/{userSegmentKey}/users | Update targets included or excluded in a big segment
191191
*UserSettingsApi* | [**getExpiringUserTargetsForUser**](docs/UserSettingsApi.md#getexpiringusertargetsforuser) | **GET** /users/{projectKey}/{userKey}/expiring-user-targets/{environmentKey} | Get expiring dates on flags for user
192192
*UserSettingsApi* | [**getUserFlagSetting**](docs/UserSettingsApi.md#getuserflagsetting) | **GET** /users/{projectKey}/{environmentKey}/{userKey}/flags/{featureFlagKey} | Fetch a single flag setting for a user by key.
193193
*UserSettingsApi* | [**getUserFlagSettings**](docs/UserSettingsApi.md#getuserflagsettings) | **GET** /users/{projectKey}/{environmentKey}/{userKey}/flags | Fetch a single flag setting for a user by key.
@@ -216,6 +216,8 @@ Class | Method | HTTP request | Description
216216
- [AuditLogEntries](docs/AuditLogEntries.md)
217217
- [AuditLogEntry](docs/AuditLogEntry.md)
218218
- [AuditLogEntry_target](docs/AuditLogEntry_target.md)
219+
- [BigSegmentTargetChanges](docs/BigSegmentTargetChanges.md)
220+
- [BigSegmentTargetsBody](docs/BigSegmentTargetsBody.md)
219221
- [Clause](docs/Clause.md)
220222
- [ClientSideAvailability](docs/ClientSideAvailability.md)
221223
- [CopyActions](docs/CopyActions.md)
@@ -250,6 +252,7 @@ Class | Method | HTTP request | Description
250252
- [FeatureFlagStatus](docs/FeatureFlagStatus.md)
251253
- [FeatureFlagStatusAcrossEnvironments](docs/FeatureFlagStatusAcrossEnvironments.md)
252254
- [FeatureFlagStatusForQueriedEnvironment](docs/FeatureFlagStatusForQueriedEnvironment.md)
255+
- [FeatureFlagStatusLinks](docs/FeatureFlagStatusLinks.md)
253256
- [FeatureFlagStatuses](docs/FeatureFlagStatuses.md)
254257
- [FeatureFlags](docs/FeatureFlags.md)
255258
- [FlagConfigScheduledChangesConflictsBody](docs/FlagConfigScheduledChangesConflictsBody.md)
@@ -308,8 +311,6 @@ Class | Method | HTTP request | Description
308311
- [Token](docs/Token.md)
309312
- [TokenBody](docs/TokenBody.md)
310313
- [Tokens](docs/Tokens.md)
311-
- [UnboundedSegmentTargetChanges](docs/UnboundedSegmentTargetChanges.md)
312-
- [UnboundedSegmentTargetsBody](docs/UnboundedSegmentTargetsBody.md)
313314
- [Usage](docs/Usage.md)
314315
- [UsageError](docs/UsageError.md)
315316
- [UsageLinks](docs/UsageLinks.md)

_client.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ case $state in
372372
"patchExpiringUserTargetsOnSegment[Update, add, or delete expiring user targets on user segment]" \
373373
"patchUserSegment[Perform a partial update to a user segment.]" \
374374
"postUserSegment[Creates a new user segment.]" \
375-
"updatedUnboundedSegmentTargets[Update targets included or excluded in an unbounded segment]" "getExpiringUserTargetsForUser[Get expiring dates on flags for user]" \
375+
"updatedBigSegmentTargets[Update targets included or excluded in a big segment]" "getExpiringUserTargetsForUser[Get expiring dates on flags for user]" \
376376
"getUserFlagSetting[Fetch a single flag setting for a user by key.]" \
377377
"getUserFlagSettings[Fetch a single flag setting for a user by key.]" \
378378
"patchExpiringUserTargetsForFlags[Update, add, or delete expiring user targets for a single user on all flags]" \
@@ -1086,7 +1086,7 @@ case $state in
10861086
)
10871087
_describe -t actions 'operations' _op_arguments -S '' && ret=0
10881088
;;
1089-
updatedUnboundedSegmentTargets)
1089+
updatedBigSegmentTargets)
10901090
local -a _op_arguments
10911091
_op_arguments=(
10921092
"projectKey=:[PATH] The project key, used to tie the flags together under one project so they can be managed together."

client.sh

+27-27
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,10 @@ operation_parameters_minimum_occurrences["patchUserSegment:::PatchOnly"]=1
290290
operation_parameters_minimum_occurrences["postUserSegment:::projectKey"]=1
291291
operation_parameters_minimum_occurrences["postUserSegment:::environmentKey"]=1
292292
operation_parameters_minimum_occurrences["postUserSegment:::userSegmentBody"]=1
293-
operation_parameters_minimum_occurrences["updatedUnboundedSegmentTargets:::projectKey"]=1
294-
operation_parameters_minimum_occurrences["updatedUnboundedSegmentTargets:::environmentKey"]=1
295-
operation_parameters_minimum_occurrences["updatedUnboundedSegmentTargets:::userSegmentKey"]=1
296-
operation_parameters_minimum_occurrences["updatedUnboundedSegmentTargets:::unboundedSegmentTargetsBody"]=1
293+
operation_parameters_minimum_occurrences["updatedBigSegmentTargets:::projectKey"]=1
294+
operation_parameters_minimum_occurrences["updatedBigSegmentTargets:::environmentKey"]=1
295+
operation_parameters_minimum_occurrences["updatedBigSegmentTargets:::userSegmentKey"]=1
296+
operation_parameters_minimum_occurrences["updatedBigSegmentTargets:::bigSegmentTargetsBody"]=1
297297
operation_parameters_minimum_occurrences["getExpiringUserTargetsForUser:::projectKey"]=1
298298
operation_parameters_minimum_occurrences["getExpiringUserTargetsForUser:::environmentKey"]=1
299299
operation_parameters_minimum_occurrences["getExpiringUserTargetsForUser:::userKey"]=1
@@ -538,10 +538,10 @@ operation_parameters_maximum_occurrences["patchUserSegment:::PatchOnly"]=0
538538
operation_parameters_maximum_occurrences["postUserSegment:::projectKey"]=0
539539
operation_parameters_maximum_occurrences["postUserSegment:::environmentKey"]=0
540540
operation_parameters_maximum_occurrences["postUserSegment:::userSegmentBody"]=0
541-
operation_parameters_maximum_occurrences["updatedUnboundedSegmentTargets:::projectKey"]=0
542-
operation_parameters_maximum_occurrences["updatedUnboundedSegmentTargets:::environmentKey"]=0
543-
operation_parameters_maximum_occurrences["updatedUnboundedSegmentTargets:::userSegmentKey"]=0
544-
operation_parameters_maximum_occurrences["updatedUnboundedSegmentTargets:::unboundedSegmentTargetsBody"]=0
541+
operation_parameters_maximum_occurrences["updatedBigSegmentTargets:::projectKey"]=0
542+
operation_parameters_maximum_occurrences["updatedBigSegmentTargets:::environmentKey"]=0
543+
operation_parameters_maximum_occurrences["updatedBigSegmentTargets:::userSegmentKey"]=0
544+
operation_parameters_maximum_occurrences["updatedBigSegmentTargets:::bigSegmentTargetsBody"]=0
545545
operation_parameters_maximum_occurrences["getExpiringUserTargetsForUser:::projectKey"]=0
546546
operation_parameters_maximum_occurrences["getExpiringUserTargetsForUser:::environmentKey"]=0
547547
operation_parameters_maximum_occurrences["getExpiringUserTargetsForUser:::userKey"]=0
@@ -783,10 +783,10 @@ operation_parameters_collection_type["patchUserSegment:::PatchOnly"]=
783783
operation_parameters_collection_type["postUserSegment:::projectKey"]=""
784784
operation_parameters_collection_type["postUserSegment:::environmentKey"]=""
785785
operation_parameters_collection_type["postUserSegment:::userSegmentBody"]=""
786-
operation_parameters_collection_type["updatedUnboundedSegmentTargets:::projectKey"]=""
787-
operation_parameters_collection_type["updatedUnboundedSegmentTargets:::environmentKey"]=""
788-
operation_parameters_collection_type["updatedUnboundedSegmentTargets:::userSegmentKey"]=""
789-
operation_parameters_collection_type["updatedUnboundedSegmentTargets:::unboundedSegmentTargetsBody"]=""
786+
operation_parameters_collection_type["updatedBigSegmentTargets:::projectKey"]=""
787+
operation_parameters_collection_type["updatedBigSegmentTargets:::environmentKey"]=""
788+
operation_parameters_collection_type["updatedBigSegmentTargets:::userSegmentKey"]=""
789+
operation_parameters_collection_type["updatedBigSegmentTargets:::bigSegmentTargetsBody"]=""
790790
operation_parameters_collection_type["getExpiringUserTargetsForUser:::projectKey"]=""
791791
operation_parameters_collection_type["getExpiringUserTargetsForUser:::environmentKey"]=""
792792
operation_parameters_collection_type["getExpiringUserTargetsForUser:::userKey"]=""
@@ -1173,7 +1173,7 @@ build_request_path() {
11731173
print_help() {
11741174
cat <<EOF
11751175
1176-
${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 5.0.2)${OFF}
1176+
${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 5.0.3)${OFF}
11771177
11781178
${BOLD}${WHITE}Usage${OFF}
11791179
@@ -1357,7 +1357,7 @@ read -r -d '' ops <<EOF
13571357
${CYAN}patchExpiringUserTargetsOnSegment${OFF};Update, add, or delete expiring user targets on user segment (AUTH)
13581358
${CYAN}patchUserSegment${OFF};Perform a partial update to a user segment. (AUTH)
13591359
${CYAN}postUserSegment${OFF};Creates a new user segment. (AUTH)
1360-
${CYAN}updatedUnboundedSegmentTargets${OFF};Update targets included or excluded in an unbounded segment (AUTH)
1360+
${CYAN}updatedBigSegmentTargets${OFF};Update targets included or excluded in a big segment (AUTH)
13611361
EOF
13621362
echo " $ops" | column -t -s ';'
13631363
echo ""
@@ -1416,7 +1416,7 @@ echo -e " \\t\\t\\t\\t(e.g. 'https://app.launchdarkly.com')"
14161416
##############################################################################
14171417
print_about() {
14181418
echo ""
1419-
echo -e "${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 5.0.2)${OFF}"
1419+
echo -e "${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 5.0.3)${OFF}"
14201420
echo ""
14211421
echo -e "License: Apache 2.0"
14221422
echo -e "Contact: [email protected]"
@@ -1436,7 +1436,7 @@ echo "$appdescription" | paste -sd' ' | fold -sw 80
14361436
##############################################################################
14371437
print_version() {
14381438
echo ""
1439-
echo -e "${BOLD}LaunchDarkly REST API command line client (API version 5.0.2)${OFF}"
1439+
echo -e "${BOLD}LaunchDarkly REST API command line client (API version 5.0.3)${OFF}"
14401440
echo ""
14411441
}
14421442

@@ -3382,18 +3382,18 @@ print_postUserSegment_help() {
33823382
}
33833383
##############################################################################
33843384
#
3385-
# Print help for updatedUnboundedSegmentTargets operation
3385+
# Print help for updatedBigSegmentTargets operation
33863386
#
33873387
##############################################################################
3388-
print_updatedUnboundedSegmentTargets_help() {
3388+
print_updatedBigSegmentTargets_help() {
33893389
echo ""
3390-
echo -e "${BOLD}${WHITE}updatedUnboundedSegmentTargets - Update targets included or excluded in an unbounded segment${OFF}${BLUE}(AUTH - HEADER)${OFF}" | paste -sd' ' | fold -sw 80 | sed '2,$s/^/ /'
3390+
echo -e "${BOLD}${WHITE}updatedBigSegmentTargets - Update targets included or excluded in a big segment${OFF}${BLUE}(AUTH - HEADER)${OFF}" | paste -sd' ' | fold -sw 80 | sed '2,$s/^/ /'
33913391
echo -e ""
33923392
echo -e "${BOLD}${WHITE}Parameters${OFF}"
33933393
echo -e " * ${GREEN}projectKey${OFF} ${BLUE}[string]${OFF} ${RED}(required)${OFF}${OFF} - The project key, used to tie the flags together under one project so they can be managed together. ${YELLOW}Specify as: projectKey=value${OFF}" | paste -sd' ' | fold -sw 80 | sed '2,$s/^/ /'
33943394
echo -e " * ${GREEN}environmentKey${OFF} ${BLUE}[string]${OFF} ${RED}(required)${OFF}${OFF} - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. ${YELLOW}Specify as: environmentKey=value${OFF}" | paste -sd' ' | fold -sw 80 | sed '2,$s/^/ /'
33953395
echo -e " * ${GREEN}userSegmentKey${OFF} ${BLUE}[string]${OFF} ${RED}(required)${OFF}${OFF} - The user segment's key. The key identifies the user segment in your code. ${YELLOW}Specify as: userSegmentKey=value${OFF}" | paste -sd' ' | fold -sw 80 | sed '2,$s/^/ /'
3396-
echo -e " * ${GREEN}body${OFF} ${BLUE}[application/json]${OFF} ${RED}(required)${OFF}${OFF} - Add or remove user targets to the included or excluded lists on an unbounded segment" | paste -sd' ' | fold -sw 80 | sed '2,$s/^/ /'
3396+
echo -e " * ${GREEN}body${OFF} ${BLUE}[application/json]${OFF} ${RED}(required)${OFF}${OFF} - Add or remove user targets to the included or excluded lists on a big segment. Contact your account manager for early access to this feature." | paste -sd' ' | fold -sw 80 | sed '2,$s/^/ /'
33973397
echo -e ""
33983398
echo ""
33993399
echo -e "${BOLD}${WHITE}Responses${OFF}"
@@ -8155,10 +8155,10 @@ call_postUserSegment() {
81558155

81568156
##############################################################################
81578157
#
8158-
# Call updatedUnboundedSegmentTargets operation
8158+
# Call updatedBigSegmentTargets operation
81598159
#
81608160
##############################################################################
8161-
call_updatedUnboundedSegmentTargets() {
8161+
call_updatedBigSegmentTargets() {
81628162
# ignore error about 'path_parameter_names' being unused; passed by reference
81638163
# shellcheck disable=SC2034
81648164
local path_parameter_names=(projectKey environmentKey userSegmentKey)
@@ -8167,7 +8167,7 @@ call_updatedUnboundedSegmentTargets() {
81678167
local query_parameter_names=( )
81688168
local path
81698169

8170-
if ! path=$(build_request_path "/api/v2/segments/{projectKey}/{environmentKey}/{userSegmentKey}/unbounded-users" path_parameter_names query_parameter_names); then
8170+
if ! path=$(build_request_path "/api/v2/segments/{projectKey}/{environmentKey}/{userSegmentKey}/users" path_parameter_names query_parameter_names); then
81718171
ERROR_MSG=$path
81728172
exit 1
81738173
fi
@@ -9264,8 +9264,8 @@ case $key in
92649264
postUserSegment)
92659265
operation="postUserSegment"
92669266
;;
9267-
updatedUnboundedSegmentTargets)
9268-
operation="updatedUnboundedSegmentTargets"
9267+
updatedBigSegmentTargets)
9268+
operation="updatedBigSegmentTargets"
92699269
;;
92709270
getExpiringUserTargetsForUser)
92719271
operation="getExpiringUserTargetsForUser"
@@ -9657,8 +9657,8 @@ case $operation in
96579657
postUserSegment)
96589658
call_postUserSegment
96599659
;;
9660-
updatedUnboundedSegmentTargets)
9661-
call_updatedUnboundedSegmentTargets
9660+
updatedBigSegmentTargets)
9661+
call_updatedBigSegmentTargets
96629662
;;
96639663
getExpiringUserTargetsForUser)
96649664
call_getExpiringUserTargetsForUser

client.sh.bash-completion

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ _()
156156
operations["patchExpiringUserTargetsOnSegment"]=1
157157
operations["patchUserSegment"]=1
158158
operations["postUserSegment"]=1
159-
operations["updatedUnboundedSegmentTargets"]=1
159+
operations["updatedBigSegmentTargets"]=1
160160
operations["getExpiringUserTargetsForUser"]=1
161161
operations["getUserFlagSetting"]=1
162162
operations["getUserFlagSettings"]=1
@@ -263,7 +263,7 @@ _()
263263
operation_parameters["patchExpiringUserTargetsOnSegment"]="projectKey= environmentKey= userSegmentKey= "
264264
operation_parameters["patchUserSegment"]="projectKey= environmentKey= userSegmentKey= "
265265
operation_parameters["postUserSegment"]="projectKey= environmentKey= "
266-
operation_parameters["updatedUnboundedSegmentTargets"]="projectKey= environmentKey= userSegmentKey= "
266+
operation_parameters["updatedBigSegmentTargets"]="projectKey= environmentKey= userSegmentKey= "
267267
operation_parameters["getExpiringUserTargetsForUser"]="projectKey= environmentKey= userKey= "
268268
operation_parameters["getUserFlagSetting"]="projectKey= environmentKey= userKey= featureFlagKey= "
269269
operation_parameters["getUserFlagSettings"]="projectKey= environmentKey= userKey= "

docs/ApprovalRequest.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Name | Type | Description | Notes
1414
**allReviews** | [**array[ApprovalRequestReview]**](ApprovalRequestReview.md) | | [optional] [default to null]
1515
**notifyMemberIds** | **array[string]** | | [optional] [default to null]
1616
**instructions** | [**SemanticPatchInstruction**](SemanticPatchInstruction.md) | | [optional] [default to null]
17+
**executionDate** | **integer** | | [optional] [default to null]
18+
**operatingOnId** | **string** | | [optional] [default to null]
1719

1820
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1921

docs/ApprovalRequestConfigBody.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Name | Type | Description | Notes
77
**instructions** | [**SemanticPatchInstruction**](SemanticPatchInstruction.md) | | [default to null]
88
**notifyMemberIds** | **array[string]** | | [default to null]
99
**comment** | **string** | | [optional] [default to null]
10+
**executionDate** | **integer** | | [optional] [default to null]
11+
**operatingOnId** | **string** | | [optional] [default to null]
1012

1113
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1214

docs/BigSegmentTargetChanges.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# BigSegmentTargetChanges
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**add** | **array[string]** | | [optional] [default to null]
7+
**remove** | **array[string]** | | [optional] [default to null]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+

docs/BigSegmentTargetsBody.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# bigSegmentTargetsBody
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**included** | [**BigSegmentTargetChanges**](BigSegmentTargetChanges.md) | | [optional] [default to null]
7+
**excluded** | [**BigSegmentTargetChanges**](BigSegmentTargetChanges.md) | | [optional] [default to null]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+

docs/FeatureFlagStatus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
**name** | **string** | | [optional] [default to null]
77
**lastRequested** | **string** | | [optional] [default to null]
88
**default** | **map** | | [optional] [default to null]
9-
**_links** | [**Links**](Links.md) | | [optional] [default to null]
9+
**_links** | [**FeatureFlagStatusLinks**](FeatureFlagStatusLinks.md) | | [optional] [default to null]
1010

1111
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1212

docs/FeatureFlagStatusAcrossEnvironments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**_links** | [**Links**](Links.md) | | [optional] [default to null]
6+
**_links** | [**FeatureFlagStatusLinks**](FeatureFlagStatusLinks.md) | | [optional] [default to null]
77
**key** | **string** | | [optional] [default to null]
88
**environments** | [**map[String, FeatureFlagStatusForQueriedEnvironment]**](FeatureFlagStatusForQueriedEnvironment.md) | | [optional] [default to null]
99

docs/FeatureFlagStatusLinks.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# FeatureFlagStatusLinks
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**parent** | [**Link**](Link.md) | | [optional] [default to null]
7+
**self** | [**Link**](Link.md) | | [optional] [default to null]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+

docs/FeatureFlagStatuses.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**_links** | [**Links**](Links.md) | | [optional] [default to null]
6+
**_links** | [**FeatureFlagStatusLinks**](FeatureFlagStatusLinks.md) | | [optional] [default to null]
77
**items** | [**array[FeatureFlagStatus]**](FeatureFlagStatus.md) | | [optional] [default to null]
88

99
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

0 commit comments

Comments
 (0)