Commit graph

493 commits

Author SHA1 Message Date
bytedream
79c3ba2636 Refactor to use consts instead of string 2022-06-24 11:51:48 +02:00
bytedream
3dcfbc0fbb Add docs to wallpaper 2022-06-24 11:51:12 +02:00
bytedream
2569ddd1c7 Add docs to crunchylists 2022-06-24 11:34:02 +02:00
bytedream
fa2321e9e8 Rename 'Logout' to 'InvalidateSession' 2022-06-23 17:40:29 +02:00
bytedream
1a4abdc4d8 Made 'l' in crunchylist lowercase and made CrunchylistFromID priave 2022-06-23 17:31:26 +02:00
bytedream
e6172cdf90 Change watchlist option order type and content type 2022-06-23 17:16:47 +02:00
bytedream
14491ce6c9 Rename 'markedAs' to 'votedAs' 2022-06-23 17:01:08 +02:00
bytedream
4cfcc11e20 Simplified 'Liked' 2022-06-23 17:00:46 +02:00
bytedream
0521895f11 Add function to check if comment is flagged as spoiler 2022-06-23 16:59:54 +02:00
bytedream
f03287856b Add function to check if comment is reported 2022-06-23 16:59:04 +02:00
bytedream
9919a48e9a Change 'UnreportComment' to 'RemoveReport' 2022-06-23 16:57:49 +02:00
bytedream
ead1db2be8 Add function to check if a comment is liked by the logged-in user 2022-06-23 16:50:48 +02:00
bytedream
28070bd32d Add function to check if a comment is marked as spoiler 2022-06-23 16:44:34 +02:00
bytedream
a283ba7247 Add functions to get wallpaper urls 2022-06-23 14:27:15 +02:00
bytedream
bfad0caa9a Update email language and video sub language setting function names 2022-06-23 13:52:10 +02:00
ByteDream
2a05a74cc9
Merge pull request #40 from ByteDream/dependabot/go_modules/github.com/spf13/cobra-1.5.0
Bump github.com/spf13/cobra from 1.4.0 to 1.5.0
2022-06-22 12:14:30 +02:00
dependabot[bot]
810f3ae12e
Bump github.com/spf13/cobra from 1.4.0 to 1.5.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 01:35:26 +00:00
bytedream
2067c50937 Add logout endpoint 2022-06-21 22:04:22 +02:00
bytedream
f71846628d Refactor crunchyroll.go 2022-06-21 22:02:18 +02:00
bytedream
ec872d8c86 Move functions into their own, separate files & add docs 2022-06-21 21:15:49 +02:00
bytedream
d1859b4c25 Change const names to make them more readable 2022-06-21 17:43:12 +02:00
bytedream
256c97c2b7 Fix Wallpaper type not found 2022-06-20 10:24:01 +02:00
bytedream
715ade831c Add more account and profile endpoints 2022-06-20 10:22:17 +02:00
bytedream
cee3410532 Add comment endpoint 2022-06-19 14:43:46 +02:00
bytedream
0c93893627 Fix error handling caused panic (again) 2022-06-19 13:38:41 +02:00
bytedream
475dc34f7a Fix error handling caused panic 2022-06-19 13:31:29 +02:00
bytedream
c86595d2c6 Add image to common structs 2022-06-19 02:28:03 +02:00
bytedream
9f6a225caf Add better error output 2022-06-19 02:00:58 +02:00
bytedream
72484c78af Add crunchylists endpoint 2022-06-19 01:56:39 +02:00
bytedream
aa088cb318 Fix error printing caused panic 2022-06-19 01:42:57 +02:00
bytedream
8ddb436fac Move WatchlistEntry struct to own file 2022-06-19 01:03:10 +02:00
bytedream
f9792aa847 Add extra file for common in different places used elements 2022-06-19 00:54:30 +02:00
bytedream
5709012dfe Add custom error for internal request 2022-06-19 00:36:27 +02:00
bytedream
c5f2b55f34 Add watchlist endpoint, add new request method & change SortType name and consts 2022-06-19 00:22:38 +02:00
ByteDream
8d69b7775b
Add name poll notice 2022-06-12 14:23:13 +02:00
ByteDream
170fb2efb8
Merge pull request #38 from ByteDream/v3/feature/non-premium-support
Extend support for non premium accounts
2022-06-10 16:14:44 +02:00
bytedream
137f3779ea Fix merge issues again, I love this shit 2022-06-10 16:12:58 +02:00
ByteDream
ae075ed4c9
Merge branch 'next/v3' into v3/feature/non-premium-support 2022-06-10 16:04:25 +02:00
bytedream
31d3065e7b Fix weird code which was probably caused by a wonderful merge 2022-06-09 10:31:16 +02:00
bytedream
dcdde6749e Add info command 2022-06-09 09:56:32 +02:00
bytedream
69d2e10362 I fucking hate it 2022-06-08 14:18:20 +02:00
ByteDream
223459526e
Merge pull request #37 from ByteDream/v3/feature/encrypted-credentials
Add support for encrypted credentials
2022-06-08 14:13:22 +02:00
ByteDream
735136077e
I removed it but ok github if you want i do it a second time, no problem 2022-06-08 14:12:30 +02:00
ByteDream
c963af1f11
Why github 2022-06-08 14:10:46 +02:00
ByteDream
a20c70cd2b
Merge branch 'next/v3' into v3/feature/encrypted-credentials 2022-06-08 14:08:34 +02:00
ByteDream
51b5e7b2ff
Add bug issue templates 2022-06-06 21:23:29 +02:00
bytedream
ce29e31164 Add encrypt flag notice when use login without it 2022-05-31 17:04:39 +02:00
bytedream
b9ff56c111 Extend encrypt flag description 2022-05-31 17:01:03 +02:00
ByteDream
141173d3c8
Merge pull request #35 from ByteDream/v3/feature/common-api-endpoints
Add more api endpoints
2022-05-30 12:34:18 +02:00
bytedream
38fe521d55 Resolve more merge conflicts which GitHub didn't save lul 2022-05-30 12:32:13 +02:00