]> git.openfl.eu Git - twitch-api.git/commit
initial commit
authorFl_GUI <flor.guilini@hotmail.com>
Sun, 20 Jul 2025 10:41:05 +0000 (12:41 +0200)
committerFl_GUI <flor.guilini@hotmail.com>
Sun, 20 Jul 2025 10:41:05 +0000 (12:41 +0200)
commitd7bc575a19aae3bd4f3abbd02fca4c6f49258d18
tree2aca036f8853236e6158b7003dcdbd5fe1311630
initial commit
18 files changed:
api/chat.go [new file with mode: 0644]
api/chat/types.go [new file with mode: 0644]
api/client.go [new file with mode: 0644]
api/subscribe.go [new file with mode: 0644]
api/subscriptions/types.go [new file with mode: 0644]
api/token.go [new file with mode: 0644]
api/types.go [new file with mode: 0644]
api/user.go [new file with mode: 0644]
api/users/types.go [new file with mode: 0644]
auth [new submodule]
eventsub/bantypes.go [new file with mode: 0644]
eventsub/chattypes.go [new file with mode: 0644]
eventsub/connection.go [new file with mode: 0644]
eventsub/typemap.go [new file with mode: 0644]
eventsub/types.go [new file with mode: 0644]
eventsub/x/logger/main.go [new file with mode: 0644]
go.mod [new file with mode: 0644]
go.sum [new file with mode: 0644]