feat: adapt to v1 - #29
Closed
null8626 wants to merge 21 commits into
Closed
Conversation
Member
Author
|
Back to draft as Veld is currently working on widgets. |
null8626
marked this pull request as draft
June 17, 2025 06:20
Member
Author
|
Veld recently said that v0 is deprecated, which means that the v0 pull requests will now be delayed to facilitate changes bound in v1, sorry! |
null8626
force-pushed
the
master
branch
4 times, most recently
from
June 20, 2025 04:20
b7c596a to
6989a51
Compare
null8626
force-pushed
the
master
branch
5 times, most recently
from
June 20, 2025 07:49
0738402 to
fc21e55
Compare
null8626
force-pushed
the
master
branch
3 times, most recently
from
June 23, 2025 05:15
422705d to
d732006
Compare
null8626
force-pushed
the
master
branch
5 times, most recently
from
June 25, 2025 11:30
f73ac93 to
42549d2
Compare
null8626
force-pushed
the
master
branch
6 times, most recently
from
June 27, 2025 12:40
79987f9 to
a48f96b
Compare
Member
Author
|
Closed, will split this into multiple pull requests. |
This was referenced Sep 16, 2025
Merged
null8626
added a commit
to null8626/dotnet-sdk
that referenced
this pull request
Sep 29, 2025
….6.0 instead of 2.0.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #28
The following pull request does the following:
searchfeature inGET /botswhich will be removed in v1 as per Veld, is also removed.)AuthenticatedBotListApiclass with theDiscordBotListApiclass as handling unauthenticated requests is very much pointless (very few endpoints are free to use without an API token.) Now everything is done throughDiscordBotListApi.SmallWidgetOptionsclass with theLargeWidgetOptionsclass. Now everything is done throughWidget.SubmissionAdapter.As of v0, everything has been tested.