Closed thebaer closed 5 years ago
Add GetPosts() function to user.go that returns the authenticated user's posts.
GetPosts()
user.go
This method requires user authentication.
API documentation.
Looks like this is done but unreleased. https://github.com/writeas/go-writeas/blob/b7c23e245e770d52ac8d4a0a54a488ee6090f53b/post.go#L212
@abhinav That's correct, thanks!
Overview
Add
GetPosts()
function touser.go
that returns the authenticated user's posts.Implementation
This method requires user authentication.
API documentation.