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
docs(plugin)!: update for probitas-client breaking changes
Response body accessors changed from methods to properties in
probitas-client PR #65. Updated all examples to use property syntax
(json, data, text, etc.) and recommend dot-notation for keyPath
over array syntax in common cases.
BREAKING CHANGE: Plugin version bumped to 0.2.0 to reflect
probitas-client API changes. Users must update response accessor
syntax from method calls to property access.
0 commit comments