How to reverse engineer the Sonar Web API

hi colin and all :wave:

seeing Gilberts “graphical” api-diff between 9.9 LTS and 10.3 latest here made me wonder:

How would i reverse-engineer those api-changes between SQ-Server-Versions? :thinking:

Are there maybe some “versionized” world-readable docs that i could diff myself with tooling? Like OpenAPI-Docs that i could download as xml/yml/zml and diff via tooling?

edit: example for more context

  • my self-created api-tooling was created targetting an older SQ Version
  • i want to check if i can optimize anything.
  • what could i check, what changes were made that would make my processes better?
  • like in the example above:
    • It seems now one can set the new code period directly while creating a project
    • which means, i could shift functionality from the “project-confectionize-phase” :zany: to the project-setup-phase
2 Likes