Jump to content

Test Kitchen/SDK

From Wikitech

Test Kitchen SDKs

Test Kitchen provides SDKs that you can use to conduct instruments/experiments:

At present there is a 1:1 relationship between programming language and SDK: effectively, the JavaScript Test Kitchen SDK is the MediaWiki frontend SDK; the PHP SDK is the MediaWiki backend SDK; the Java SDK is the Android app SDK; and the Swift SDK is the iOS app SDK. In principle, however, the SDKs should be language-specific but platform-agnostic, and should be able to be shared by multiple clients implemented in the same language. Our goal is for all SDKs to provide the same API and behave the same way, and to be as clear as possible when they do not.

See also