Commit Graph

68 Commits

Author SHA1 Message Date
3143d8ebb1
🔥 Removed old tests 2019-07-24 12:59:08 +05:00
f5f59beb39
🚚 Moved docs to repository root 2019-07-24 12:58:51 +05:00
6144681a17
📦 Initialize go module 2018-11-29 20:03:25 +05:00
4bd004d955
♻️ Tests refactor 2018-11-29 19:44:58 +05:00
dce3f313ed
💚 Changed CI config 2018-07-27 16:51:33 +05:00
5112c12848
♻️ Package refactor 2018-07-27 16:51:14 +05:00
fe6abc89bc
🚚 Moved LICENSE.md from 'docs' directory to root 2018-03-14 15:55:43 +05:00
fd6c8c78f2
Release arguments in Request 2018-03-14 13:59:38 +05:00
c9c7dca2cf
🚚 Moved all tests to 'test' directory 2018-03-14 13:59:02 +05:00
1390f55974
🚚 Move all docs to 'docs' directory 2018-03-14 13:57:24 +05:00
2968c2501b
📝 Updated Examples section in README.md 2018-01-09 17:13:48 +05:00
0d99c69a1a
Added package examples 2018-01-09 17:10:12 +05:00
66955d9ca6
📝 Updated PATRONS.md list
https://www.patreon.com/bePatron?c=243288
2018-01-09 15:41:05 +05:00
b3dd02e0b4
🔥 Removed myself from CONTRIBUTORS.md list 2018-01-09 15:39:29 +05:00
36dc321d25
🚚 Fixed repository path to renamed package
Just fixed URL from '.../go-telegraph' to '.../telegraph'. GitHub still redirect old users to new address of package (even via 'go get'!). Closes #5
2018-01-09 15:37:40 +05:00
f998749057
📝 Created CODE_OF_CONDUCT.md 2018-01-09 15:23:19 +05:00
f02b706066
🏗️ Hide Response structure because it is not publicly used anywhere 2017-12-13 16:41:04 +05:00
fa8b7ccd77
🎨 Format of the comments width in structures to 80 2017-12-13 16:26:01 +05:00
acc34522b5
💥 Reorder date arguments in GetViews method
From 'hh/dd/mm/yyyy' to 'yyyy/mm/dd/hh' format
2017-12-13 15:51:15 +05:00
ffbe39bb83
🎨 Format comments and code width
Use 100 instead 80
2017-12-13 15:51:15 +05:00
97ea0772e7
Added unused invalid tests
I just forgot about their existence
2017-12-13 15:51:15 +05:00
95664dde08
Make Account fields as constants
It helps to avoid typos in the listing of GetAccountInfo arguments
2017-12-13 15:51:07 +05:00
a979bbbb5d
♻️ More safe using of fasthttp.Args 2017-12-13 15:50:16 +05:00
9789b5403f
Added ErrInvalidDataType value for errors checking 2017-12-13 15:50:12 +05:00
2aa4b849d5
Added io.Reader type support of input data for ContentFormat method 2017-12-13 15:05:27 +05:00
5f83fd5342
Removed Printf usage for accelerate
Die, die Printf!
2017-12-13 15:04:05 +05:00
7d9e3b38ae
🔨 Refactor of request method for safe use
Use path if needed, killed Printf, make request URL by url.URL
2017-12-13 14:59:33 +05:00
21c48af1de
🎨 Move all package types to method files by context
Page structure to CreatePage method, Account to CreateAccont and etc.
2017-12-13 14:55:41 +05:00
30db9dbebf
📝 Added doc.go with package description
People <3 godoc
2017-12-13 14:49:00 +05:00
cb2e9c21d9
👥 Updated PATRONS.md list
https://patreon.com/toby3d
2017-12-08 04:31:55 +05:00
f888707255
🔥 RIP CodeSponsor :( 2017-12-08 04:29:50 +05:00
128631560d
👥 Added CodeSponsor widget in README.md 2017-10-20 19:02:07 +05:00
e5703328c8
Refactor checks attributes and values 2017-10-03 18:46:24 +05:00
09c91ef006
🎨 'omitempty' optional fields in structs 2017-10-03 18:40:09 +05:00
d72ebe1309
Tests refactoring 2017-10-03 18:39:23 +05:00
08cb7e95ac
🐛 Fixed missing error returns 2017-09-05 02:12:34 +05:00
af1e4b7fa7
🔨 Refactoring code 2017-09-05 02:10:23 +05:00
483180ac60
🎨,🔨 Small code refactor 2017-08-24 05:58:37 +05:00
88549f2719
🐛 Fixed #3 2017-08-06 23:27:44 +05:00
f59286bf74
🔥 Please, stop spam me and use Discord instead 2017-08-06 23:05:05 +05:00
18234f55ad
📝 Moved patrons section in CONTRIBUTORS.md to PATRONS.md 2017-08-06 23:03:49 +05:00
b2d00eb9c5
📝 Update example and help-links in README.md 2017-07-01 17:45:26 +05:00
2d2e1d9205
👽 (Maybe) last library API changes 2017-07-01 17:16:17 +05:00
f3eedf50d4
🔀 Merge remote-tracking branch 'origin/master' 2017-06-13 08:10:36 +05:00
9efccaa529
🔥 Remove youtube/vimeo/twitter cases in ContentFormat 2017-06-13 08:04:39 +05:00
0f160b0f2c
💡 Added Awesome badge 2017-06-13 07:10:25 +05:00
4d524abf98
💡 Fix README.md discord invite-link 2017-06-06 04:17:58 +05:00
c65a51182d
GOTTA GO FAST 2017-05-12 02:06:32 +05:00
a7791254d7
👽 ...string instead []string 2017-05-05 02:07:51 +05:00
ec22d34bfc
🔨 Small refactoring 2017-05-05 02:05:11 +05:00