Skip to content

Commit 980a6b5

Browse files
authored
Merge pull request #22 from cgroschupp/add-page-repository
feat: add page to repository to use paging
2 parents 97fd895 + 6f71472 commit 980a6b5

35 files changed

+2599
-298
lines changed

GNUmakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ patch:
1010
go install github.com/evanphx/json-patch/cmd/json-patch@v5
1111
wget -q --output-document - https://api.bitbucket.org/swagger.json | "$$(go env GOPATH)/bin/json-patch" -p api/swagger.json-patch > api/swagger.output.json
1212

13-
generate:
13+
generate: patch
1414
swagger-codegen generate -i api/swagger.output.json -l go -c swagger.conf --additional-properties packageName=bitbucket

0 commit comments

Comments
 (0)