Skip to content

Conversation

@KoditkarVedant
Copy link
Contributor

Description

Adds support for /v1/users/me API endpoint.

Fixes # (issue)
#168

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have checked my code and corrected any misspellings

* Add MeAsync method in IUserClient
* Add BotOwner types
* Add Unit tests
* Update ApiEndpoints.cs
* Create folder to manage User types 🎨
* Move each class into separate file 🚚
@KoditkarVedant KoditkarVedant linked an issue Oct 5, 2021 that may be closed by this pull request
Copy link
Contributor Author

@KoditkarVedant KoditkarVedant left a comment

Choose a reason for hiding this comment

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

LGTM.

@KoditkarVedant KoditkarVedant merged commit 12bc6ab into main Oct 5, 2021
@KoditkarVedant KoditkarVedant deleted the feature/168-add-support-to-retrieve-bot-user-assigned-to-a-token branch October 5, 2021 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Retrieve your token's bot user with GET /v1/users/me

3 participants