Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

MLIBZ-3027:Creating a method for changing Kinvey api version in the Client.Builder. #228

Merged
merged 5 commits into from
May 22, 2019

Conversation

eugeninnowise
Copy link
Contributor

@eugeninnowise eugeninnowise commented May 20, 2019

Description

Customers should have possibility to change Kinvey api version.

Changes

New method in the Builder class:
SetApiVersion()

New property in the Client class:
ApiVersion{get;}

Tests

TestSetApiVersionAuthRequests()
TestSetApiVersionKinveyClientRequests()

@codecov-io
Copy link

codecov-io commented May 20, 2019

Codecov Report

Merging #228 into develop will increase coverage by 0.1%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #228     +/-   ##
==========================================
+ Coverage    80.36%   80.46%   +0.1%     
==========================================
  Files           87       87             
  Lines         5867     5883     +16     
==========================================
+ Hits          4715     4734     +19     
+ Misses        1152     1149      -3
Flag Coverage Δ
#Linux 80.46% <100%> (+0.1%) ⬆️
#macOS 79.68% <100%> (+11.5%) ⬆️
Impacted Files Coverage Δ
Kinvey.Core/Core/KinveyHeaders.cs 75% <100%> (-0.68%) ⬇️
Kinvey.Core/Client/Client.cs 84.44% <100%> (+0.59%) ⬆️
Kinvey.Core/Auth/KinveyAuthRequest.cs 82.16% <100%> (+0.59%) ⬆️
Kinvey.Core/Client/AbstractKinveyClient.cs 58.87% <100%> (+0.78%) ⬆️
Kinvey.Core/Core/AbstractKinveyClientRequest.cs 63.7% <100%> (+0.39%) ⬆️
Kinvey.Core/Client/AbstractClient.cs 86.13% <0%> (+2.97%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6c7509c...596f348. Read the comment docs.

@heyzooi
Copy link
Contributor

heyzooi commented May 21, 2019

@eugeninnowise maybe better to rebase before merge

@eugeninnowise
Copy link
Contributor Author

@heyzooi I agree with you! It is done.

@eugeninnowise eugeninnowise merged commit 7434b5f into develop May 22, 2019
@eugeninnowise eugeninnowise deleted the feature/Changing_api_version branch May 22, 2019 07:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants