Honor locale option in all CRUD methods
Given the abstractions already in the class, this was fairly straightforward.
- The
RequestBaseOptions
class now includes thelocale
option -
create
,update
, anddelete
methods now use thelocale
option to create the URL - Added tests - these were a bit lazy as they do not include the response from the translated API. I'm not sure how much this matters but it could probably be more accurate.
Merge request reports
Activity
Filter activity
added 15 commits
-
5b023827...0fcfef1c - 13 commits from branch
project:canary
- 2412152e - Ensure locale is honored for all CRUD methods
- 2e5d7a84 - Add changeset
-
5b023827...0fcfef1c - 13 commits from branch
enabled an automatic merge when the pipeline for 2e5d7a84 succeeds
Please register or sign in to reply