René's URL Explorer Experiment


Title: v5 Entity overhaul · Issue #1653 · DSharpPlus/DSharpPlus · GitHub

Open Graph Title: v5 Entity overhaul · Issue #1653 · DSharpPlus/DSharpPlus

X Title: v5 Entity overhaul · Issue #1653 · DSharpPlus/DSharpPlus

Description: Details All entities need to: be correct according to the api specification have correct nullability annotations Outbound REST or Gateway payloads also need to represent optionals and nullability corretly to discord. The public-facing en...

Open Graph Description: Details All entities need to: be correct according to the api specification have correct nullability annotations Outbound REST or Gateway payloads also need to represent optionals and nullability c...

X Description: Details All entities need to: be correct according to the api specification have correct nullability annotations Outbound REST or Gateway payloads also need to represent optionals and nullability c...

Opengraph URL: https://github.com/DSharpPlus/DSharpPlus/issues/1653

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"v5 Entity overhaul","articleBody":"# Details\r\nAll entities need to:\r\n1. be correct according to the api specification\r\n2. have correct nullability annotations\r\n\r\nOutbound REST or Gateway payloads also need to represent optionals and nullability corretly to discord. The public-facing entities will continue to combine optionality and nullability, and thus both states should be represented in C# as nullable. \r\n\r\n# Contribution\r\nThis is a bigger issue, but its complexity isn't very high. Please don't hesitate to create pull requests for a specific portion and reference this issue. Once the changes get integrated, I'll make sure to revise the list.\r\n\r\n\r\n# Entities\r\n\r\n- [x] DiscordApplication\r\n- [x] AuditLogs\r\n  - [x] AuditLog\r\n  - [x] AuditLogAction\r\n  - [x] AuditLogActionChange\r\n  - [x] AuditLogActionOptions\r\n- [x] AutoModeration\r\n  - [x] DiscordAutoModerationAction\r\n  - [x] DiscordAutoModerationActionExecution\r\n  - [x] DiscordRuleActionMetadata\r\n  - [x] DiscordAutoModerationRule\r\n  - [x] DiscordRuleTriggerMetadata\r\n- [ ] Channel\r\n  - [ ] DiscordChannel\r\n  - [ ] DiscordDmChannel\r\n  - [ ] DiscordFollowedChannel\r\n  - [ ] DiscordStageInstance\r\n  - [ ] DiscordThreadChannel\r\n  - [ ] DiscordThreadChannelMember\r\n  - [ ] DiscordThreadChannelMetadata\r\n  - [ ] ThreadQueryResult\r\n  - [ ] DiscordForumChannel\r\n  - [ ] DiscordForumPostStarter\r\n  - [ ] DiscordForumPostTag\r\n  - [ ] DiscordOverwrite\r\n- [ ] Message\r\n  - [x] DiscordMessage\r\n  - [x] DiscordMentions\r\n  - [x] DiscordAttatchment\r\n  - [x] DiscordMessageActivity\r\n  - [x] DiscordMessageApplication\r\n  - [x] DiscordMessageInteraction\r\n  - [x] DiscordMessageSticker\r\n  - [x] DiscordMessageStickerPack\r\n  - [ ] DiscordReaction\r\n  - [ ] DiscordEmoji\r\n- [ ] Guild\r\n  - [ ] DiscordGuild\r\n  - [ ] DiscordBan\r\n  - [ ] DiscordGuildEmbed\r\n  - [ ] DiscordGuildEmoji\r\n  - [ ] DiscordGuildMembershipScreening\r\n  - [ ] DiscordGuildMembershipScreeningField\r\n  - [ ] DiscordGuildPreview\r\n  - [ ] DiscordGuildTemplate\r\n  - [ ] DiscordGuildWelcomeScreen\r\n  - [ ] DiscordGuildWelcomeScreenChannel\r\n  - [ ] DiscordMember\r\n  - [ ] DiscordRole\r\n  - [ ] DiscordRoleTags\r\n  - [ ] DiscordWidget\r\n  - [ ] DiscordWidgetMember\r\n  - [ ] DiscordWidgetSettings\r\n- [ ] Integration\r\n  - [ ] DiscordIntegration\r\n  - [ ] DiscordIntegrationAccount\r\n- [ ] Interaction\r\n  - [ ] DiscordApplicationCommand\r\n  - [ ] DiscordApplicationCommandOption\r\n  - [ ] DiscordApplicationCommandOptionChoice\r\n  - [ ] DiscordAutoCompleteChoice\r\n  - [ ] DiscordSelectComponentOption\r\n  - [ ] DiscordActionRowComponent\r\n  - [ ] DiscordButtonComponent\r\n  - [ ] DiscordComponent\r\n  - [ ] DiscordComponentEmoji\r\n  - [ ] DiscordLinkButtonComponent\r\n  - [ ] TextInputComponent\r\n  - [ ] DiscordApplicationCommandPermission\r\n  - [ ] DiscordGuildApplicationCommandPermissions\r\n  - [ ] DiscordInteraction\r\n  - [ ] DiscordInteractionApplicationCommandCallbackData\r\n  - [ ] DiscordInteractionData\r\n  - [ ] DiscordInteractionDataOption\r\n  - [ ] DiscordInteractionResolvedCollection\r\n- [ ] Invites\r\n  - [ ] DiscordInvite\r\n  - [ ] DiscordInviteChannel\r\n  - [ ] DiscordInviteGuild\r\n  - [ ] DiscordStageInvite\r\n- [ ] User\r\n  - [ ] DiscordUser\r\n  - [ ] DiscordActivity\r\n  - [ ] DiscordPresence\r\n- [ ] DiscordVoiceRegion\r\n- [ ] DiscordVoiceState\r\n- [ ] DiscordWebhook\r\n- [ ] DiscordConnection\r\n- [ ] Transport\r\n  - [ ] TransportActivity\r\n  - [ ] TransportApplication\r\n  - [ ] TransportGuild\r\n  - [ ] TransportUser\r\n  - [ ] TransportTeam\r\n  - [ ] TransportMember\r\n- [ ] Gateway\r\n  - [ ] GatewayHello\r\n  - [ ] GatewayIdentify\r\n  - [ ] GatewayInfo\r\n  - [ ] GatewayPayload\r\n  - [ ] GatewayRequestGuildMembers\r\n  - [ ] ReadyPayload\r\n  - [ ] ClientProperties\r\n- [ ] Rest\r\n  - [ ] RestApplicationCommandCreatePayload\r\n  - [ ] RestChannelCreatePayload\r\n  - [ ] RestGuildCreatePayload\r\n  - [ ] RestStickerCreatePayload\r\n  - [ ] RestStickerModifyPayload\r\n  - [ ] RestThreadCreatePayload\r\n  - [ ] RestForumPostCreatePayload\r\n  - [ ] RestUserDmCreatePayload\r\n  - [ ] RestUserGroupDmCreatePayload\r\n  - [ ] RestUserUpdateCurrentPayload\r\n  - [ ] RestUserGuild\r\n  - [ ] RestUserGuildListPayload\r\n  - [ ] RestWebhookPayload\r\n  - [ ] RestWebhookExecutePayload\r\n  - [ ] RestWebhookMessageEditPayload\r\n- [ ] FollowedChannelAddPayload\r\n- [ ] StatusUpdate\r\n- [ ] VoiceStateUpdate\r\n\r\n# Notes\r\nYes i did take 20 minutes to c\u0026p those names","author":{"url":"https://github.com/Plerx2493","@type":"Person","name":"Plerx2493"},"datePublished":"2023-10-18T14:38:55.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/1653/DSharpPlus/issues/1653"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a6c9aa88-017a-448f-7ccd-0f8b2c9c145b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9244:5F6C2:100260:1582CE:698E477E
html-safe-nonce3380277c8cf7159c78b786f487408393403a83fc484adceac83aa33814be8bba
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MjQ0OjVGNkMyOjEwMDI2MDoxNTgyQ0U6Njk4RTQ3N0UiLCJ2aXNpdG9yX2lkIjoiMTkwOTI1OTA1Mzg2MDUzODIzOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac460b4bbabba1d2b79bd8173781ea360d7651906b652c00cb0bafaafc05b7253b
hovercard-subject-tagissue:1949921936
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/DSharpPlus/DSharpPlus/1653/issue_layout
twitter:imagehttps://opengraph.githubassets.com/f103367dc21dee006ee27d2f1c24e666c59ebccd608676645133942e5270311d/DSharpPlus/DSharpPlus/issues/1653
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/f103367dc21dee006ee27d2f1c24e666c59ebccd608676645133942e5270311d/DSharpPlus/DSharpPlus/issues/1653
og:image:altDetails All entities need to: be correct according to the api specification have correct nullability annotations Outbound REST or Gateway payloads also need to represent optionals and nullability c...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamePlerx2493
hostnamegithub.com
expected-hostnamegithub.com
Nonea5632af64f7fed7bff1d6a428d1aca1b94fa7a48f760de2d39d9b1effdbf0082
turbo-cache-controlno-preview
go-importgithub.com/DSharpPlus/DSharpPlus git https://github.com/DSharpPlus/DSharpPlus.git
octolytics-dimension-user_id36208721
octolytics-dimension-user_loginDSharpPlus
octolytics-dimension-repository_id67243489
octolytics-dimension-repository_nwoDSharpPlus/DSharpPlus
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id67243489
octolytics-dimension-repository_network_root_nwoDSharpPlus/DSharpPlus
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3dda52e29a416820ced574e74040033b820613a2
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues/1653#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FDSharpPlus%2FDSharpPlus%2Fissues%2F1653
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FDSharpPlus%2FDSharpPlus%2Fissues%2F1653
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=DSharpPlus%2FDSharpPlus
Reloadhttps://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues/1653
Reloadhttps://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues/1653
Reloadhttps://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues/1653
DSharpPlus https://patch-diff.githubusercontent.com/DSharpPlus
DSharpPlushttps://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus
Please reload this pagehttps://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues/1653
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FDSharpPlus%2FDSharpPlus
Fork 319 https://patch-diff.githubusercontent.com/login?return_to=%2FDSharpPlus%2FDSharpPlus
Star 1.3k https://patch-diff.githubusercontent.com/login?return_to=%2FDSharpPlus%2FDSharpPlus
Code https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus
Issues 92 https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues
Pull requests 7 https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/pulls
Discussions https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/discussions
Actions https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/actions
Projects 0 https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/projects
Security 0 https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/security
Insights https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/pulse
Code https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus
Issues https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues
Pull requests https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/pulls
Discussions https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/discussions
Actions https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/actions
Projects https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/projects
Security https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/security
Insights https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/DSharpPlus/DSharpPlus/issues/1653
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/DSharpPlus/DSharpPlus/issues/1653
Epichttps://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues?q=type:"Epic"
v5 Entity overhaulhttps://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues/1653#top
big-changehttps://github.com/DSharpPlus/DSharpPlus/issues?q=state%3Aopen%20label%3A%22big-change%22
corehttps://github.com/DSharpPlus/DSharpPlus/issues?q=state%3Aopen%20label%3A%22core%22
epic-nullabilityfor pull requests and issues relating to enabling nullability in v5https://github.com/DSharpPlus/DSharpPlus/issues?q=state%3Aopen%20label%3A%22epic-nullability%22
up for grabshttps://github.com/DSharpPlus/DSharpPlus/issues?q=state%3Aopen%20label%3A%22up%20for%20grabs%22
v5.0https://github.com/DSharpPlus/DSharpPlus/milestone/10
https://github.com/Plerx2493
https://github.com/Plerx2493
Plerx2493https://github.com/Plerx2493
on Oct 18, 2023https://github.com/DSharpPlus/DSharpPlus/issues/1653#issue-1949921936
big-changehttps://github.com/DSharpPlus/DSharpPlus/issues?q=state%3Aopen%20label%3A%22big-change%22
corehttps://github.com/DSharpPlus/DSharpPlus/issues?q=state%3Aopen%20label%3A%22core%22
epic-nullabilityfor pull requests and issues relating to enabling nullability in v5https://github.com/DSharpPlus/DSharpPlus/issues?q=state%3Aopen%20label%3A%22epic-nullability%22
up for grabshttps://github.com/DSharpPlus/DSharpPlus/issues?q=state%3Aopen%20label%3A%22up%20for%20grabs%22
Epichttps://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues?q=type:"Epic"
v5.0No due datehttps://github.com/DSharpPlus/DSharpPlus/milestone/10
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.