Skip to content

Commit

Permalink
Add missing fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
sherif-fanous committed Aug 22, 2020
1 parent e61f9ee commit 179d219
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## v0.2.8

- Add ADPlatform, ADPosition, and ADSlotID fields to Entry.Webfeeds struct.

## v0.2.7

- Migrate from Goland to VSCode
Expand Down
3 changes: 3 additions & 0 deletions feedly/entries.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ type Entry struct {
} `json:"visual,omitempty"`
Webfeeds *struct {
AccentColor *string `json:"accentColor,omitempty"`
ADPlatform *string `json:"adPlatform,omitempty"`
ADPosition *string `json:"adPosition,omitempty"`
ADSlotID *string `json:"adSlotId,omitempty"`
AnalyticsEngine *string `json:"analyticsEngine,omitempty"`
AnalyticsID *string `json:"analyticsId,omitempty"`
CoverImage *string `json:"coverImage,omitempty"`
Expand Down

0 comments on commit 179d219

Please sign in to comment.