WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Urls and pagination ignore api version #499

@PapaBravo

Description

@PapaBravo

Issue description

The projects API returns errornous API links in the pagination section (next, previous) and in results[*].url.

Steps to reproduce the issue

  1. Navigate to https://fixmyberlin.de/api/v1/projects
  2. Inspect the next field in the response json

What's the expected result?

  • "https://fixmyberlin.de/api/v1/projects?page=2"
  • Following this link brings me to the next page of the list

What's the actual result?

  • "https://fixmyberlin.de/api/projects?page=2"
  • Follwing this link brings me to the API landing page

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions