Go API bindings for GoToSocial
Go to file
decentral1se 6bd88e34a7
All checks were successful
continuous-integration/drone/push Build is passing
fix: link
2024-08-01 22:59:43 +02:00
client feat: init 2024-07-31 22:47:18 +02:00
models feat: init 2024-07-31 22:47:18 +02:00
.drone.yml feat: init 2024-07-31 22:47:18 +02:00
filter-context.diff feat: init 2024-07-31 22:47:18 +02:00
generate.go feat: init 2024-07-31 22:47:18 +02:00
go.mod feat: init 2024-07-31 22:47:18 +02:00
go.sum feat: init 2024-07-31 22:47:18 +02:00
LICENSE feat: init 2024-07-31 22:47:18 +02:00
README.md fix: link 2024-08-01 22:59:43 +02:00

gtslib

Build Status Go Report Card Go Reference

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