You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current version of the REST API hasn't been touched for a long time. At some point we'd like to improve it (a better API design, remove unnecessary dependencies, etc) and took into account the latest state like distributed execution.
In #3583 discussion, we set the hypothesis that k6 doesn't need a real HTTP API v2 after we have implemented native distributed execution. Most of the current endpoints cover use cases useful before #1007 or the absence of the native distribution execution.
So, potentially, v2 means only to drop the endpoints from v1 that could be useless after we have introduced native distributed execution. As we don't have specific endpoints that we are considering to add. At least at the time I'm writing.
Still, it remains all the work required in terms of refactoring. But it may not strictly require the bump of the version.
What?
Our current version of the REST API hasn't been touched for a long time. At some point we'd like to improve it (a better API design, remove unnecessary dependencies, etc) and took into account the latest state like distributed execution.
For now this is blocked by the #140
Tasks
Why?
We believe that the current API could be better.
The text was updated successfully, but these errors were encountered: