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

Make ApiAccount and ApiUser properties publicly accessible #50

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

halilkocaerkek
Copy link

Update the ApiAccount and ApiUser structs to make all properties publicly accessible, allowing other modules to read these properties directly.

Updated the ApiAccount struct to ensure all properties are publicly accessible. This change allows other modules or parts of the application to read these properties directly.
@CLAassistant
Copy link

CLAassistant commented Nov 16, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@novabyte novabyte left a comment

Choose a reason for hiding this comment

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

@halilkocaerkek Thanks so much for the pull request. I've left a small comment but otherwise looks good 👍


/// The username of the user's account.
let username: String
public let id: String
Copy link
Member

Choose a reason for hiding this comment

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

@halilkocaerkek Is there a specific reason that the doccomments were removed from the code?

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.

3 participants