Skip to content

Commit

Permalink
Merge pull request #1839 from openmeterio/feat/typespec-operation-sum…
Browse files Browse the repository at this point in the history
…maries

chore(api): use operation summaries and mark in-progress APIs with x-internal extension
  • Loading branch information
tothandras authored Nov 13, 2024
2 parents a8e062e + 582363f commit 059c02d
Show file tree
Hide file tree
Showing 30 changed files with 2,574 additions and 1,618 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ update-openapi-cloud: ## Update OpenAPI spec
go generate ./api/...

.PHONY: gen-api
gen-api: ## Generate API and SDKs
gen-api: update-openapi update-openapi-cloud ## Generate API and SDKs
$(call print-target)
$(MAKE) update-openapi-cloud
dagger call generate node-sdk -o api/client/node
dagger call generate web-sdk -o api/client/web
# dagger call generate python-sdk -o api/client/python
Expand Down
Loading

0 comments on commit 059c02d

Please sign in to comment.