IPluginIntegrationServiceGetSupportedApiVersions Method |
Get a list of API version names, which are supported by the Syrve POS application.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax IReadOnlyList<string> GetSupportedApiVersions(
bool includePrerelease
)
Parameters
- includePrerelease
- Type: SystemBoolean
Whether to include prerelease versions. true — all supported API versions will be returned, false — only released API versions will be returned. Released API version works identically on each Syrve POS app version (GetApplicationVersion) which supports that API version, while prerelease versions are subject to change and may be incompatible between Syrve POS app versions.
Return Value
Type:
IReadOnlyListStringList of supported API versions.
Remarks
Can be used by meta-plugins which deal with other plugins.
See Also