writeas / go-writeas

Go client for the Write.as API
MIT License
22 stars 11 forks source link

Support fetching authenticated user's posts #5

Closed thebaer closed 5 years ago

thebaer commented 6 years ago

Overview

Add GetPosts() function to user.go that returns the authenticated user's posts.

Implementation

This method requires user authentication.

API documentation.

abhinav commented 5 years ago

Looks like this is done but unreleased. https://github.com/writeas/go-writeas/blob/b7c23e245e770d52ac8d4a0a54a488ee6090f53b/post.go#L212

thebaer commented 5 years ago

@abhinav That's correct, thanks!