RSSHub/lib/v2/postman/radar.js

14 lines
373 B
JavaScript

module.exports = {
'postman.com': {
_name: 'Postman',
'.': [
{
title: 'Release Notes',
docs: 'https://docs.rsshub.app/routes/program-update#postman-release-notes',
source: ['/downloads/release-notes', '/'],
target: '/postman/release-notes',
},
],
},
};