VictorAvelar / devto-api-go

A go client for the dev.to API
https://docs.dev.to/api/
MIT License
1 stars 2 forks source link

"List my articles" endpoints, serializations to different Article types #4

Closed andyhaskell closed 5 years ago

andyhaskell commented 5 years ago

This PR makes the following additions to the Go client:

VictorAvelar commented 5 years ago

@andyhaskell thanks for your PR, would you mind adding some tests and fixing the existing ones, please?

andyhaskell commented 5 years ago

Sounds great, just fixed the new tests, so I'll work on some tests for the new endpoints I added

VictorAvelar commented 5 years ago

@andyhaskell is everything ready from your side? I would like to merge your PR.