sebadob / rauthy

OpenID Connect Single Sign-On Identity & Access Management
https://sebadob.github.io/rauthy/
Apache License 2.0
297 stars 15 forks source link

REST API normalize case convention #536

Closed polarathene closed 3 weeks ago

polarathene commented 1 month ago

Presently if looking over the endpoints from the Swagger docs, there is some inconsistency here. Might be worthwhile to normalize to kebab-case which is generally most appropriate for URLs?

Some endpoints are using snake_case and camelCase, and from the looks of it some like sessioninfo perhaps should be session-info?

sebadob commented 1 month ago

Yes, that is on the TODO for the next smaller release.

I will deprecate any inconsistent endpoints and keep them around for 1 release to make any migrations easy.