Go API bindings for GoToSocial
All checks were successful
continuous-integration/drone/push Build is passing
|
||
---|---|---|
client | ||
models | ||
.drone.yml | ||
filter-context.diff | ||
generate.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
gtslib
Go API bindings for GoToSocial
GoToSocial is still alpha software and so are these bindings. I have no grand schemes beyond updating the bindings to match the latest releases of GtS as things progress. Current version generated from this swagger.yml
.
Generate
You'll need to install go-swagger
.
go generate ./...
# apply workaround for https://github.com/go-swagger/go-swagger/issues/2997
patch -u -p1 -i filter-context.diff
ACK
Made possible by the good work of slurp
.
License
![](https://www.gnu.org/graphics/agplv3-with-text-162x68.png)