Project

General

Profile

action #62531

Updated by riafarov over 4 years ago

## Motivation 
 Our ultimate goal is to execute tests with restapi library which is available on the medium and corresponding ruby gem. 
 For the cases when we will modify rest-api, etc, this is essential to execute tests for the older versions of the distributions. 

 ## Acceptance criteria 
 1. Backward-compatibility mechanism is introduced into the solution 

 ## Suggestions 
 We can either simply tag ruby gem releases and use corresponding version, or we can make gem backward compatible and use Factory pattern to use matching api calls and functionality. 

 See https://github.com/libyui/libyui-rest-api/ and https://github.com/jknphy/libyui_client 

Back