Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Retrieve request response 'minimal'; subsequent responses return expected content #127

Closed
jennr opened this issue Feb 19, 2018 · 0 comments

Comments

@jennr
Copy link

jennr commented Feb 19, 2018

We make a Retrieve request right after a Subscribe request and receive responses like the one below. Afterward, if we Unsubscribe, re-Subscribe and then make a new Retrieve request it outputs as expected. Is there an undocumented wait period suggested for Retrieve calls made after a Subscribe call?

    "status": {
        "entriesCountSinceLastMaintenance": 0,
        "velocity": 0,
        "popularity": 0,
        "lastParse": 1238451905,
        "period": 4,
        "lastMaintenanceAt": 1215824721,
        "feed": "--rss-feed-address--",
        "lastFetch": 1238451905,
        "code": null,
        "title": null,
        "nextFetch": 1519077194,
        "http": ""
    },
    "title": null,
    "updated": "",
    "standardLinks": {},
    "items": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants