Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
A microservice proxy to convert an RSS feed to a GraphQL API endpoint
shell $ pip install rss-to-graphql
Requires Python3.6 or later.
Usage: python -m rss_to_graphql [OPTIONS]
optional arguments:
-h, --help Output usage information
--feed_url FEED_URL RSS feed url
--port PORT Server Port
--subscriptions_enabled SUBSCRIPTIONS_ENABLED Enable subscriptions, requres a redis cache
--subscription_ttl SUBSCRIPTION_TTL Subscriptions refresh time to live, in seconds
--redis_url REDIS_URL Redis url string, e.g. redis://[:password]@localhost:6379/0
Supports subscriptions for new itme in the feed. Items are refreshed based on the time-to-live provided by the feed or a user defined refresh period, defaults to 1 minute if neither is provided
Retrieve channel info
{
channel {
title
link
atomLink {
href
rel
}
language
copyright
description
}
}
Retrieve feed items
{
items {
title
description
link
pubDate
}
}
FAQs
A microservice proxy to convert an rss feed to a GraphQL API endpoint
We found that rss-to-graphql demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.