Unreleased changes¶
Changes that have landed on the main branch but are not yet part of a tagged release. These entries are assembled into the Changelog when the next release is published.
[UNRELEASED DRAFT]¶
Add a mock implementation of the Model Target Web API, including OAuth2 token creation, standard and advanced dataset creation, status polling, dataset download, and deletion.
Improve Model Target Web API mock authentication failure responses.
Match real Vuforia Model Target dataset creation validation error shape, including per-request UUID, details list, and status codes (415 for unsupported media type, 400 with
BAD_REQUESTvalidation details).Match real Vuforia Model Target unknown-dataset response shape (
NOT_FOUNDcode,Could not find a model-view database with uuid <uuid>message,userId:target).Match real Vuforia Model Target Web API error responses for invalid request bodies, invalid dataset creation payloads, unknown datasets, and downloads of still-processing datasets.