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

RSS feed about APIS: triggered by adding an API #2310

Closed
4 tasks
bajiat opened this issue Mar 16, 2017 · 3 comments · Fixed by #2488
Closed
4 tasks

RSS feed about APIS: triggered by adding an API #2310

bajiat opened this issue Mar 16, 2017 · 3 comments · Fixed by #2488
Assignees
Milestone

Comments

@bajiat
Copy link
Contributor

bajiat commented Mar 16, 2017

Goal

Allow information about organization APIs to be harvested to outside systems like RSS readers Zapier through creating a RSS feed about of all organization APIs, newest on top, oldest as last.

Open issue: level of detail about APIs

Definition of done

  • Searching for RSS feed generator
  • Selecting schema(s) for joining attributes
  • Querying for APIs related to an organization
  • Passing the result of query in XML format

Resources

  • Node RSS - library for generating RSS feeds
@bajiat
Copy link
Contributor Author

bajiat commented Mar 20, 2017

@jawidahmadi has promised to mentor.

@brylie
Copy link
Contributor

brylie commented Apr 20, 2017

@bajiat the description for this task is somewhat ambiguous, as is also evident by the changes made in the PR.

If I am understanding the task correctly, we want an RSS feed for each Organization, which will return APIs belonging to a single organization. Is this correct?

cc: @jawidahmadi @kyyberi

@bajiat
Copy link
Contributor Author

bajiat commented Apr 20, 2017

Yes, RSS feed for APIs of each organization. So each organization has its own feed,.

Details to be included:

  • Name (in Atom this is 'title')
  • URL - The URL is either the API URL or the proxy URL, depending on whether the API is connected to a proxy (in Atom this is 'link')
  • Description (In Atom this is 'summary')
  • Date and time (In Atom this is 'updated', use the Atom format)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants