maddyblue / goread

RSS reader in go on app engine; formerly goread.io
ISC License
2.38k stars 294 forks source link

Provide API Documentation #288

Open abudden opened 10 years ago

abudden commented 10 years ago

The developer of the excellent News+ Android application has offered to write a plugin to support goread. However, he has asked for the API documentation and didn't feel that the reference implementation (the goread android app) was sufficient.

Is this something that you could provide so that goread can be supported by (the now fully released) News+? The related github issue on the News+ development page is here.

Thanks!

Al

maddyblue commented 10 years ago

https://github.com/mjibson/goread/wiki/API-Specification

I'll leave this issue open for feedback about the documentation or requests to expand it.

noinnion commented 10 years ago

Hi Matt,

thanks for api documentation. You can see in https://github.com/noinnion/newsplus/tree/master/api#subclassing-readerextension the api for building an extension for News+. Maybe you can provide the needed apis.