gutmet
|
154b90a902
|
limit statuses to 100 instead of 200
|
2022-11-23 23:50:06 +01:00 |
|
gutmet
|
12af5ce91b
|
Accounts/Statuses: get 200 statuses instead of 20
|
2022-11-23 23:46:35 +01:00 |
|
gutmet
|
1cc330baf3
|
account.GetStatuses: ExcludeBoosts option
|
2022-11-23 20:51:56 +01:00 |
|
gutmet
|
9585b1ce2e
|
add visibility type
|
2022-11-21 20:25:55 +01:00 |
|
gutmet
|
3b78646666
|
fix readme example
|
2022-11-21 12:58:15 +01:00 |
|
gutmet
|
3b1c9adb6d
|
fix report API
|
2022-11-21 09:29:27 +01:00 |
|
gutmet
|
e60cec7ee6
|
fix example usage
|
2022-11-21 09:26:59 +01:00 |
|
gutmet
|
c814efc164
|
maybe as params?
|
2022-11-20 22:59:17 +01:00 |
|
gutmet
|
ddac71b8cd
|
missing slash
|
2022-11-20 22:51:44 +01:00 |
|
gutmet
|
7310a9e2f2
|
add method to lookup accounts by username
|
2022-11-20 22:32:23 +01:00 |
|
gutmet
|
3e88d9bc55
|
final cleanup steps
|
2022-11-20 21:53:02 +01:00 |
|
gutmet
|
1dfacac66a
|
oop
|
2022-11-20 21:31:59 +01:00 |
|
gutmet
|
7274b5e624
|
simplify unduly by requiring client state to be initialized once
|
2022-11-20 20:36:27 +01:00 |
|
gutmet
|
ac39fb12dd
|
remove context.Context
|
2022-11-20 18:03:36 +01:00 |
|
gutmet
|
cf574831cc
|
cleanup
|
2022-11-20 16:52:14 +01:00 |
|
gutmet
|
ce14c49bcc
|
change readme to fork
|
2022-11-20 16:49:10 +01:00 |
|
gutmet
|
2986beae75
|
remove example
|
2022-11-19 20:27:49 +01:00 |
|
gutmet
|
eac0fbddf6
|
rename
|
2022-11-19 20:12:24 +01:00 |
|
gutmet
|
36b96fc820
|
author of original
|
2022-11-19 20:04:03 +01:00 |
|
gutmet
|
2542bf46ba
|
remove dependencies and client
|
2022-11-19 20:02:47 +01:00 |
|
Rasmus Lindroth
|
5f0c9a21c2
|
add support for language
|
2022-11-17 07:16:38 +09:00 |
|
Darren O'Connor
|
be61205708
|
Remove unused variables
|
2022-11-17 07:15:36 +09:00 |
|
Darren O'Connor
|
9e1af56ceb
|
remove redundent return statements
|
2022-11-16 10:49:14 +09:00 |
|
Darren O'Connor
|
f76d33a68c
|
switch os.ReadFile to ioutil.ReadFile due to Ubuntu 15 test failing
|
2022-11-15 13:44:33 +09:00 |
|
Darren O'Connor
|
e5c082de35
|
Add UploadMediaFromBytes function
|
2022-11-15 13:44:33 +09:00 |
|
Darren O'Connor
|
309dce6ff3
|
minor spelling fixes
|
2022-11-14 09:04:46 +09:00 |
|
Mark Ayers
|
114537dcc0
|
Update install instruction
|
2022-11-12 21:58:04 +09:00 |
|
Tyr Mactire
|
7dfe81e233
|
docs
|
2022-08-27 13:35:59 +09:00 |
|
Tyr Mactire
|
2a3ac1d1d5
|
Client Credentials
|
2022-08-27 13:35:59 +09:00 |
|
Yasuhiro Matsumoto
|
d272534ac7
|
Separate go.mod
|
2022-06-04 23:01:37 +09:00 |
|
Rasmus Lindroth
|
b2204e0d6a
|
add support for pinned posts
|
2022-06-04 22:56:14 +09:00 |
|
Rasmus Lindroth
|
c6a292132e
|
add Discoverable and Source on Account
|
2022-06-04 22:56:14 +09:00 |
|
Alexander Bakker
|
87278bda2e
|
Use bufio.Reader instead of bufio.Scanner when streaming
I occasionally run into "bufio.Scanner: token too long" while
streaming. This change should prevent that from happening.
|
2022-05-03 22:16:38 +09:00 |
|
Rasmus Lindroth
|
f436c5397c
|
fix slash
|
2022-05-01 22:52:28 +09:00 |
|
Rasmus Lindroth
|
dfa87f3a80
|
add support for filters
|
2022-05-01 22:52:28 +09:00 |
|
Marian Steinbach
|
7745e19ff7
|
Only set Authorization header when AccessToken is set
|
2021-12-14 20:55:46 +09:00 |
|
Marian Steinbach
|
45d75e8085
|
Update badge in README to point to pkg.go.dev
|
2021-11-23 23:53:31 +09:00 |
|
shine
|
62214db600
|
document bookmark APIs
follows d39c10b which introduced the bookmark APIs.
|
2021-11-06 11:01:00 +09:00 |
|
Rasmus Lindroth
|
4cbbf813dc
|
add test for PostStatus
|
2021-11-06 11:00:42 +09:00 |
|
Rasmus Lindroth
|
ae6cc11820
|
Add support for creating polls
|
2021-11-06 11:00:42 +09:00 |
|
Rasmus Lindroth
|
58c3891813
|
Add support to vote on polls. Add more fields to Poll
|
2021-11-05 00:02:01 +09:00 |
|
Yasuhiro Matsumoto
|
a0db0ed8a0
|
Update dependencies
|
2021-11-04 23:06:26 +09:00 |
|
Yasuhiro Matsumoto
|
1dd699ecee
|
Update README.md
|
2021-11-04 23:05:34 +09:00 |
|
Yasuhiro Matsumoto
|
f5813a9d88
|
Enable GitHub Workflows
|
2021-11-04 23:04:38 +09:00 |
|
Rasmus Lindroth
|
d39c10ba5e
|
Add bookmark support
|
2021-06-30 00:13:05 +09:00 |
|
Masahiro Furudate
|
86627ec7d6
|
Fix godoc badge to godev badge
|
2021-05-15 23:43:04 +09:00 |
|
WaybackBot
|
bf42b86b9f
|
Add streaming direct support
|
2021-05-15 23:42:50 +09:00 |
|
WaybackBot
|
eb26687c84
|
Update README
|
2021-05-15 23:42:50 +09:00 |
|
Hanage999
|
8c434b5282
|
Replace deprecated /api/v1/notifications/dismiss with new API
|
2021-05-15 23:42:24 +09:00 |
|
Ollivier Robert
|
6abe72ddb0
|
Fix TestCmdTimelone() as well.
|
2021-04-17 21:32:10 +09:00 |
|