Skip to content

Commit

Permalink
API: remove unused endpoints. Test x-internal tag. Use scalar as API …
Browse files Browse the repository at this point in the history
…interface. (#221)
  • Loading branch information
aopoltorzhicky committed Jun 23, 2024
1 parent 8cf5107 commit 8770c25
Show file tree
Hide file tree
Showing 36 changed files with 210 additions and 14,137 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ generate:
go generate -v ./internal/blob ./internal/storage ./internal/storage/types ./pkg/node ./internal/binance

api-docs:
cd cmd/api && swag init --md markdown -parseDependency --parseInternal --parseDepth 1
cd cmd/api && swag init --md markdown -parseDependency --parseInternal --parseDepth 1 --outputTypes json

## Generate all code and docs
ga:
Expand Down
Loading

0 comments on commit 8770c25

Please sign in to comment.