zekro
|
b806975e3b
|
add user public flags field and public flag consts (#801)
* add user public flags field and public flag consts
* fix user flag constant initialization and vaalue documentation
* fix user flag constants values
|
2020-08-08 17:42:45 -04:00 |
|
Skippy
|
2cc0417697
|
Merge pull request #366 from jD91mZM2/1
STOP USING PRINTF PLS
|
2018-08-22 19:50:27 -05:00 |
|
Shawn Toffel
|
703389b219
|
#554 Added locale to user struct
|
2018-05-30 00:04:52 +00:00 |
|
Carson Hoffman
|
964060f34c
|
General documentation improvements
|
2018-03-14 14:57:40 -04:00 |
|
Sebastian Winkler
|
e7e5f85367
|
adds default avatar generation to AvatarURL method (#488)
* adds default avatar generation to AvatarURL method
* converts discriminator string to integer in endpoints.go
|
2018-02-08 20:08:56 -08:00 |
|
Bruce Marriner
|
1c4ea6df04
|
gofmt :)
|
2017-11-08 19:36:26 +00:00 |
|
Necroforger
|
d554270136
|
Allow size parameter to be omitted (#468)
|
2017-11-08 07:55:51 -08:00 |
|
LEGOlord208
|
1d514dbfd1
|
More merging...
|
2017-07-23 08:41:32 +02:00 |
|
LEGOlord208
|
4edc63dabf
|
Merge branch 'develop' into 1
|
2017-07-23 08:39:19 +02:00 |
|
LEGOlord208
|
b813c5d0ca
|
Merge branch 'develop' into 1
|
2017-07-23 08:27:41 +02:00 |
|
Rinzen Necroforger
|
a71f5e3e61
|
Support animated avatar URLs (#388)
* Methods to obtain a user's avatar URL
* Created EndpointUserAvatarAnimated and updated AvatarURL
* Fixed the size parameter
|
2017-05-29 20:03:39 -07:00 |
|
LEGOlord208
|
c40b975354
|
STOP USING PRINTF PLS
|
2017-04-28 21:34:30 +02:00 |
|
Chris Rhodes
|
7b62921b4e
|
Pedantic comment updates.
|
2017-04-28 12:30:00 -07:00 |
|
Ammar Bandukwala
|
e58e61b0ff
|
add Tag method to user (#364)
* add Tag method to user
* change format verb to %s
* use consistent string forming
|
2017-04-28 12:29:20 -07:00 |
|
LEGOlord208
|
9b9f289415
|
How about no? (#356)
I don't know why somebody would do something this inefficient, but I think plain concatination is a better approach
|
2017-04-14 09:07:36 -07:00 |
|
Ammar Bandukwala
|
52ad9e2feb
|
add String() method to User (#350)
* add String() method to User
* put User def in it's own file
* remove usage of t.Run for support w/ older Go versions
|
2017-04-07 08:19:48 -07:00 |
|