-
Notifications
You must be signed in to change notification settings - Fork 18
Update Twitter username description to 'X username' + Instagram #132
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
base: master
Are you sure you want to change the base?
Conversation
Update Twitter username description to 'X username' in desc and add instagram feed
"instagram": { | ||
"description": "URL to Instagram profile", | ||
"type": "string", | ||
"examples": [ | ||
"https://www.instagram.com/examplespace" | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While I'm not a fan of Instagram at all (since the Meta takeover), I can see that some spaces might have an account. As such, it probably makes sense to add it to the schema.
"twitter": { | ||
"description": "Twitter username with leading <code>@</code>", | ||
"description": "X username with leading <code>@</code>", | ||
"type": "string", | ||
"examples": [ | ||
"@space_api" | ||
] | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably deprecate the twitter
key below keymasters
, it doesn't really make sense there.
What do you think, @SpaceApi/core?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That will break backward compatibility with previous versions of the API.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That will break backward compatibility with previous versions of the API.
Our policy is to deprecate things in version x
and then remove them in x+1
. The reason we have a versioned API is that we have breaking changes from time to time.
"twitter": { | ||
"description": "Twitter username with leading <code>@</code>", | ||
"description": "X username with leading <code>@</code>", | ||
"type": "string", | ||
"examples": [ | ||
"@space_api" | ||
] | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also deprecate the twitter
key as well and add a new x
or x.com
key.
Update Twitter username description to 'X username' in desc and add instagram feed