Details on rss cloud calls for protocol http-post

Open
#2 55 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript

Research direction

Start with the RSS cloud example in the issue and inspect the referenced daverss.js file, especially the existing notification call. Document incoming subscription and outgoing notification examples with the HTTP method, URL, headers, bodies, and status; done means both http-post flows are clearly described.

Written by the indexing model from the issue text.

Description

Hi there - I'd like to support the cloud element over http-post.

Given an rss feed like: https://rss.firesky.tv/?filter=quake

<rss version="2.0" xmlns:source="http://source.scripting.com/">
  <channel>
    ...
    <cloud domain="rss.firesky.tv" port="443" path="/rss-cloud-notify" registerProcedure="" protocol="http-post" />

I'll just be using the web standard fetch api on the server side.

It would help to see:

  • an example HTTP request/response incoming subscription call from clients
  • an example HTTP request/response outgoing notification call to notify clients (guessing something like this?)

HTTP method/url/headers/bodies/status should be enough.

Thanks!
- John

Dominant language
JavaScript
Stars
13
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.