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

Change returns from []byte to struct #3

Open
HelixSpiral opened this issue Nov 3, 2021 · 0 comments
Open

Change returns from []byte to struct #3

HelixSpiral opened this issue Nov 3, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@HelixSpiral
Copy link
Owner

Currently we're just returning the raw []byte from BambooHR, this would be nicer if we actually handled parsing all the information into structs and returned that to the user instead.

We could also create "raw" functions that would continue returning the raw []byte for users with more specific needs.

@HelixSpiral HelixSpiral added the enhancement New feature or request label Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant