Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add API endpoint for page aliases with tests and docs #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 19, 2024

  1. feat: Add API endpoint for page aliases with tests and docs

    Add a new API endpoint for page aliases with corresponding serializer, view, and URL routing. Include tests and documentation for the new functionality.
    
    New Features:
    - Introduce a new API endpoint to expose page aliases, allowing users to retrieve alias information based on language.
    
    Enhancements:
    - Implement an AliasSerializer to handle the representation of alias data, including fields for URL, redirect target, language, and active status.
    
    Documentation:
    - Add documentation for the new aliases endpoint, detailing its usage and functionality.
    
    Tests:
    - Add tests for the alias endpoint, including checks for correct data retrieval, language filtering, and permission handling.
    
    Resolves #5
    sourcery-ai[bot] committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    00c6bf9 View commit details
    Browse the repository at this point in the history