Skip to content

Conversation

@alejandrosame
Copy link
Member

add /issues/<code>/rss/ and /issues/<code>/atom/ endpoints for RSS subscriptions

add `/issues/<code>/rss/` and `/issues/<code>/atom/` endpoints for
RSS subscriptions
name="issue_detail",
),
re_path(
r"^issues/(?P<code>NIXPKGS-[0-9]{4}-[0-9]{4,19})/rss/$",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we use the converter here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, there was a code version with a converter and it got reverted. In the final PR, these paths will use it.

@alejandrosame alejandrosame changed the title feat: genereate feeds per issue feat: generate feeds per issue Dec 9, 2023
@fricklerhandwerk
Copy link
Contributor

Towards #179

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 this pull request may close these issues.

3 participants