Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GET /oauth2/applications/@me #791

Closed
Tracked by #189
AgentHi5 opened this issue Jul 17, 2022 · 1 comment
Closed
Tracked by #189

GET /oauth2/applications/@me #791

AgentHi5 opened this issue Jul 17, 2022 · 1 comment
Labels
Enhancement New feature or request Module: API
Milestone

Comments

@AgentHi5
Copy link

AgentHi5 commented Jul 17, 2022

I was creating patches for discord.py 2.0.0a and it tries to hit /oath2/applications/@me
After waiting a while, it errors with a 504 Gateway Timeout.
This is what discord.py expects in return

{
    "id": "", 
    "name": "", 
    "icon": "", 
    "description": "", 
    "summary": "", 
    "type": null, 
    "cover_image": "", 
    "hook": true, 
    "bot_public": false, 
    "bot_require_code_grant": false, 
    "verify_key": "", 
    "owner": 
        {
            "id": "", 
            "username": "", 
            "avatar": "", 
            "avatar_decoration": null, 
            "discriminator": "", 
            "public_flags": 128, 
            "flags": 128        
        }, 
    "flags": 0, 
    "team": null
}
@erkinalp erkinalp changed the title Missing API Route: GET /oauth2/applications/@me GET /oauth2/applications/@me Jul 17, 2022
@erkinalp erkinalp added Module: API Enhancement New feature or request labels Jul 17, 2022
@erkinalp erkinalp added this to the Fosscord core milestone Jul 17, 2022
@Puyodead1
Copy link
Contributor

Resolved in #1103

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Module: API
Projects
None yet
Development

No branches or pull requests

3 participants