getNewsFeed#

hvpy.getNewsFeed(callback=None)[source]#

Get the XML RSS feed of the official Helioviewer Project Blog.

Parameters:

callback (Optional[str]) – Wrap the response object in a function call of your choosing. Default is None (no wrapping), optional.

Return type:

Union[bytes, str, Dict[str, Any]]

References

Examples

>>> from hvpy import getNewsFeed
>>> getNewsFeed()
'<?xml version="1.0" encoding="utf-8"?><feed xmlns="..." >...</summary></entry></feed>'