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

add missing endpoints #394

Merged
merged 13 commits into from
Feb 25, 2024
Merged

add missing endpoints #394

merged 13 commits into from
Feb 25, 2024

Conversation

Emilgardis
Copy link
Member

Nice :)

/// * `1000` — First level of paid or Prime subscription
/// * `2000` — Second level of paid subscription
/// * `3000` — Third level of paid subscription
pub sub_tier: types::SubscriptionTier,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is technically wrong, twitch_types::SubscriptionTier includes prime

}

/// Deserialize {"field": field} as { field ...} and serialize in reverse
mod enum_field_as_inner {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im not sure about this name.

Also, I think i can use this for eventsub and pubsub deser instead of macro trickery, will investigate

@Emilgardis Emilgardis force-pushed the random-stuff branch 3 times, most recently from 42b5725 to d1ed419 Compare November 19, 2023 21:20
@Emilgardis Emilgardis enabled auto-merge November 19, 2023 21:21
@Emilgardis Emilgardis added this pull request to the merge queue Nov 19, 2023
@Emilgardis Emilgardis removed this pull request from the merge queue due to a manual request Nov 19, 2023
@Emilgardis
Copy link
Member Author

forgot to actually test .notification :)

@Emilgardis
Copy link
Member Author

Emilgardis commented Feb 24, 2024

This should be ready, just need .message implemented in #399

I heavily dislike the ad schedule related endpoints, they should never have been released in GA...

@Emilgardis Emilgardis force-pushed the random-stuff branch 2 times, most recently from 7555ef7 to 6228ff9 Compare February 25, 2024 11:05
@Emilgardis Emilgardis enabled auto-merge February 25, 2024 19:06
@Emilgardis Emilgardis added this pull request to the merge queue Feb 25, 2024
Merged via the queue into main with commit c69d610 Feb 25, 2024
16 checks passed
@Emilgardis Emilgardis deleted the random-stuff branch February 25, 2024 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants