Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
8e2aa98
feat: adapt to v1
null8626 Oct 2, 2025
d38a449
[refactor,feat]: minor refactors and add another constructor
null8626 Oct 2, 2025
d11e919
meta: rename tests to be more accurate
null8626 Oct 2, 2025
bb88a55
feat: add tests and widgets
null8626 Oct 2, 2025
67f84b7
revert: do NOT touch adapters
null8626 Oct 2, 2025
d0cee3e
meta: update .runsettings.template
null8626 Oct 2, 2025
d738f92
doc: update readme
null8626 Oct 3, 2025
e00989f
doc: documentation tweaks
null8626 Oct 10, 2025
b50ede3
feat: rename UpdateBotCommandsAsync to UpdateCommandsAsync
null8626 Oct 20, 2025
8e10377
doc: fix API links in README.md
null8626 Oct 20, 2025
fdad962
meta: bump license year and rename Discord Bots to Top.gg
null8626 Jan 27, 2026
c8f01d8
feat: remove v0 features
null8626 Feb 3, 2026
fa0a6b3
style: naming tweaks
null8626 Feb 3, 2026
7a75486
feat: add support for GET /v1/projects/@me
null8626 Feb 3, 2026
c326e07
feat: get rid of adapters/autoposters
null8626 Feb 3, 2026
a8ba805
deps: bump dependencies
null8626 Feb 3, 2026
d05d68f
feat: remove IsWeekendAsync
null8626 Feb 4, 2026
7df739f
feat: apply v1-based rewrite
null8626 Mar 6, 2026
46c6589
meta: update tests to adapt it
null8626 Mar 6, 2026
079edd3
feat: make it possible to create an instance from an HttpClient
null8626 Mar 6, 2026
eb77262
[deps,fix]: bump dependencies and use getter/setter for JSON properties
null8626 Mar 6, 2026
85782ff
feat: make tests work for the API
null8626 Mar 6, 2026
2ece75c
refactor: use internal init and make API tests work with mocks
null8626 Mar 6, 2026
9fab646
meta: remove redundant .runsettings template
null8626 Mar 6, 2026
fd6f6aa
refactor: shorter switch statements
null8626 Mar 6, 2026
ee5b61c
refactor: use init instead of set here
null8626 Mar 6, 2026
05dc779
[ci,refactor]: add tests for widgets and remove redundant import
null8626 Mar 6, 2026
f24038e
refactor: remove redundant import
null8626 Mar 6, 2026
dce52e7
feat: remove User class which is only used in webhooks
null8626 Mar 6, 2026
f743501
meta: merge DiscordBotsList.Api.Tests with DiscordBotsList.Api
null8626 Mar 6, 2026
9bcc6fc
refactor: use an array of tuples so Veld wouldn't scream at me
null8626 Mar 6, 2026
fe1fe0b
refactor: make some static properties readonly
null8626 Mar 6, 2026
00c0f32
refactor: make Mock class internal
null8626 Mar 7, 2026
2abe545
refactor: use TheoryDataRow
null8626 Mar 7, 2026
c1d874b
style: prettier
null8626 Mar 7, 2026
03261c0
doc: update readme
null8626 Mar 7, 2026
b56e8db
feat: move and rename C# modules
null8626 Mar 7, 2026
872b462
doc: update readme example import
null8626 Mar 7, 2026
60a475d
doc: add one more example in readme
null8626 Mar 7, 2026
d57e318
doc: add Discord.Net example
null8626 Mar 7, 2026
7ed8ecc
refactor: make Vote extend PartialVote
null8626 Mar 9, 2026
240720c
doc: document and test GetVotes using real historical timestamps
null8626 Mar 10, 2026
b701fef
doc: make webhooks example default to returning 204 instead of 200
null8626 Mar 10, 2026
7da2259
meta: update project csproj file
null8626 Mar 10, 2026
0592d24
doc: add summary docstring to the main Api class
null8626 Mar 10, 2026
9168943
doc: better clarify purpose of Api class
null8626 Mar 10, 2026
a999ea6
doc: minor grammar fixes
null8626 Mar 10, 2026
8dd523d
doc: update widget example ID
null8626 Mar 11, 2026
db6cb6e
meta: refer to itself as an SDK, not a library
null8626 Mar 11, 2026
2b079e9
meta: update project repository url
null8626 Mar 11, 2026
d51d701
[meta,refactor,style]: remove mentions of DBL, use non-scoped namespa…
null8626 Mar 11, 2026
bf2ab57
doc: remove redundant <summary> indentation
null8626 Mar 11, 2026
8dfc2f7
doc: remove redundant scoped namespace in Widget
null8626 Mar 11, 2026
648cef6
[refactor,feat]: use JsonStringEnumConverter, update projecttype and …
null8626 Mar 11, 2026
d6833a4
refactor: use PropertyNamingPolicy = JsonNamingPolicy.SnakeCaseLower
null8626 Mar 11, 2026
102912e
fix: reflect widget updates on tests
null8626 Mar 11, 2026
34a8215
doc: reflect WebhookEventListener name change in readme
null8626 Mar 11, 2026
9ff5ecf
meta: add null to authors :)
null8626 Mar 11, 2026
05e4314
doc: use default usersource in readme example"
null8626 Mar 11, 2026
8d5e41b
doc: simplify webhooks class name
null8626 Mar 11, 2026
1c4ee57
doc: fix duplicate project ID docstring
null8626 Mar 11, 2026
7358042
doc: documentation tweaks
null8626 Mar 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*.user
*.json
*/.vs
.vs/
*/obj
Expand Down

This file was deleted.

This file was deleted.

76 changes: 0 additions & 76 deletions DiscordBotsList.Api.Adapter.Discord.Net/SubmissionAdapter.cs

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions DiscordBotsList.Api.Tests/.runsettings.template

This file was deleted.

29 changes: 0 additions & 29 deletions DiscordBotsList.Api.Tests/DiscordBotsList.Api.Tests.csproj

This file was deleted.

75 changes: 0 additions & 75 deletions DiscordBotsList.Api.Tests/UnitTests.cs

This file was deleted.

Loading