Skip to content

Conversation

@usame-algan
Copy link
Contributor

What it solves

Adds support for unsubscribe and unsubscribe all endpoints as described in the API Spec.

@github-actions
Copy link

github-actions bot commented Mar 5, 2024

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 0 N/A
  • Result: ✅ success
  • Annotations: 0 total

Report generated by eslint-plus-action

interface Endpoint {
parameters: {
path: Record<string, Primitive>
path: Record<string, Primitive> | null
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The new endpoints don't contain any path parameters so we have to extend this type.

@usame-algan usame-algan merged commit 307a98c into main Mar 5, 2024
@usame-algan usame-algan deleted the unsubscribe branch March 5, 2024 14:21
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.

4 participants