This commit is contained in:
jay brown
2025-04-08 12:45:01 -07:00
parent 73709878d9
commit d5b39f35f6
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# Client API
This package provides a public client API for the query API.
+2
View File
@@ -25,6 +25,8 @@ tasks:
$3
}
# Below3 the gererateGo for ./pkg is the public client package
# and ./api is the internal server package
for file in serviceAPIs/*.yml serviceAPIs/*.yaml; do
if [[ -f "$file" ]]; then
service=$(basename "$file")