Files
RSSHub/lib/v2/bitbucket/radar.js
2023-08-15 03:12:12 +01:00

20 lines
635 B
JavaScript

module.exports = {
'bitbucket.com': {
_name: 'Bitbucket',
'.': [
{
title: 'Commits',
docs: 'https://docs.rsshub.app/routes/programming#bitbucket',
source: ['/commits/:workspace/:repo_slug'],
target: '/bitbucket/commits/:workspace/:repo_slug',
},
{
title: 'Tags',
docs: 'https://docs.rsshub.app/routes/programming#bitbucket',
source: ['/tags/:workspace/:repo_slug'],
target: '/bitbcuket/tags/:workspace/:repo_slug',
},
],
},
};