Releases: ktr0731/apigen
v0.1.1
v0.1.0
Changelog
cdbe7fc add .gitignore
53c1328 add Client tests
59d4f4c add Generate test
6a58f2b add GitHub Actions
4548ba0 add LICENSE
f5bce6f add UpdatePost example
f6d9cfd add _example
e5f7e5d add basic generator
a78a61c add comments
bd2c23c add comments
8cbec7f add dependabot
52db834 add example test
40ae045 add flag parser
ea7cfc2 add headers
04f75b1 add json tags
23ca871 add tools
449a7b2 define basic types
bac8a6b don't generate defined types for nested types
0a1414e fix example tests
43eac31 fix flaky parsing
9d4a56e fix lint errors
5a002bd fix lint errors
f6162a1 fix to use Go 1.13 error wrapping
667a3e2 generate interface
6a38b83 generate request types
ebb2551 go mod init
31a2d06 initial commit
69ec2df introduce GoReleaser
da40972 introduce interceptor
0052dc0 it works
f283095 normalize types
9e85b6c refactor types
d37a8c0 remove morikuni/failure
2afc88f simplify interface
8759c7e sort fields
697e496 sort service and method order
f7bea6f support POST/PUT/PATCH/DELETE
695155e support path params
2008cb4 support path, query params and body
797a36d tidy up
3bef916 tweak examples
011bc74 unexport method name
77000e8 update README.md
fabb4e9 update dependencies
8fac5b1 use imports instead of format
98f3566 use map[string][]*Method
9ffc125 write out to file