1
0
mirror of https://github.com/writeas/go-writeas.git synced 2025-07-27 13:21:55 +00:00
Commit Graph

115 Commits

Author SHA1 Message Date
Matt Baer
f47bf30fe3 Support collection fetching 2016-10-05 17:47:38 -04:00
Matt Baer
6488d9c0cd Add GoDoc link / badge 2016-09-09 00:30:11 -04:00
Matt Baer
15e10296a6 Fix and add comments 2016-09-09 00:11:22 -04:00
Matt Baer
e9fb773d56 Use PUT for updating posts 2016-09-05 02:03:36 -04:00
Matt Baer
436e840f2e Catch delete's 204 success response 2016-09-05 02:03:03 -04:00
Matt Baer
352395e604 Remove url log statement 2016-09-04 21:22:55 -04:00
Matt Baer
cc0a705d00 Add README and LICENSE 2016-09-04 21:20:28 -04:00
Matt Baer
89c2661aed Support deleting posts
Plus break up internal request building so we can optionally send query
parameters with some requests (like DELETEs!)
2016-09-04 21:12:35 -04:00
Matt Baer
8a9ac652f2 Support updating posts
Plus change Post's ModifyToken to Token.
2016-09-04 20:33:38 -04:00
Matt Baer
0376852c2f Move token NewClient param to setter 2016-09-04 20:17:33 -04:00
Matt Baer
d2110756cd Support creating a post
Plus fix Client post func and rename SubmittedPost to PostParams.
2016-09-04 20:11:37 -04:00
Matt Baer
04c8b73524 Support API v2
Includes ability to make authenticated requests and get posts.
2016-09-04 19:31:57 -04:00
Matt Baer
db14dac00e Support HTTPS API
Backend now uses a cipher suite that Go supports.
2015-10-01 11:06:44 -04:00
Matt Baer
7c968a435b Add basic API with post fetching 2015-09-30 15:04:47 -04:00
Matt Baer
33048be30d Initial commit 2015-09-30 15:04:38 -04:00