Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 968 Bytes

File metadata and controls

59 lines (43 loc) · 968 Bytes

feedly

CircleCI

feedly cloud api wrapper for golang : https://developer.feedly.com/

Usage

more sample is here

Authentication

https://developer.feedly.com/v3/auth/

feedly := Feedly{}

token, err := feedly.Auth()
fmt.Print(token.AccessToken)

Profile

https://developer.feedly.com/v3/profile/

profile, err := feedly.Profile()
fmt.Print(profile.Email)

Markers

https://developer.feedly.com/v3/markers/

markers, err := feedly.Markers()
fmt.Print(markers)

TODO

  • Authentication
  • Categories
  • Dropbox
  • Entries
  • Evernote
  • Facebook
  • Feeds
  • Markers
  • Microsoft
  • Mixes
  • OPML
  • Preferences
  • Profile
  • Search
  • Streams
  • Subscriptions
  • Tags
  • Twitter