blob: ba76847a62fea5753c42dd6691a4e21a50cf1d06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# MAL2Go/user
MAL2Go `user` package has functionality related to getting data about the authenticated user.
## Structure
- [user.go](user.go)
Contains all the exported functions for pulling data from the API.
- [user.structs.go](user.structs.go)
Represents the user data returned by the API
- [client.go](client.go)
The Client for accessing the API with this package.
- [request_handler.go](request_handler.go)
Responsible for making HTTP requests
|