go-writeas
go-writeas copied to clipboard
Go client for the Write.as API
This patch seeks to update all methods that make an outgoing request to accept a context as their first argument. This enables the library to carry a deadline and other...
## Overview Go client libraries typically accept a [context.Context][1] as the first argument in all outgoing function calls. The context carries deadline and other information across API boundaries. See also...
It would be nice to be able to update a collection from the SDK, including the title and description but also other properties that we are not able to set...
On this page, an old version (v1) of this library is listed: https://developers.write.as/docs/api/?go#libraries The current version is v2. This led to me using an out of date version for a...
## Overview Add `CollectPosts` function to `collections.go`, enabling user to move one of their posts to a collection. ## Implementation [Documentation](https://writeas.github.io/docs/?go#move-a-post-to-a-collection).