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

API Page / Query - case sensitivity of the field APIPublisher #250

Open
ArthurHardCoding opened this issue Sep 11, 2024 · 0 comments
Open

Comments

@ArthurHardCoding
Copy link

ArthurHardCoding commented Sep 11, 2024

It is true that the value for the HTTP operations (e.g. POST, GET) is case insensitive. However, in our project we found that this value is case sensitive when checking for current subscriptions.

SaaS - Base Application 24.4.22295.23665

Values in API Pages:

  • APIGroup = 'shopware';
  • APIPublisher = 'bITEAM'; (Capital letter "i" in the second position)

Check for active subscriptions via Postman:

  • with capital letter "i" (multiple result)
    image

  • with lowercase "i" (no results)
    image

x

Could the Wiki entry therefore please be corrected? - https://alguidelines.dev/docs/bestpractices/api-page/#apipublisher
Thanks for all the best practices! It has made the projects a lot easier.

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

No branches or pull requests

1 participant