-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Level #27
Comments
Okay, good idea. AFAIK the PHP SDK is at level 3. |
Nope. We may have to remind them. @threema-ch |
I doubt they react to mentions on GitHub... |
@simmac Thanks. |
simmac
added a commit
to simmac/threema-msgapi-sdk-java
that referenced
this issue
Feb 28, 2016
… -v`) with feature level (also explained in [rugk/threema-msgapi-sdk-php/issues/27](rugk/threema-msgapi-sdk-php#27) ). NOTE: This is an unofficial implementation in the community edition of the Threema msg-API which has been forwarded to Threema for an official implementation.
@rugk @lgrahl @threema-ch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We (Theema and I) have discussed using feature levels instead of having the same version numbers for different SDK languages. You can see the current definition below:
The feature level will be represented as a constant in the source code of the respective SDK. It should be printed, alongside the version number, when invoking the command line interface with the flag
-v
or--version
. Alternatively, a command calledversion
can be used instead of the flag.(The implementations for the official Java and PHP SDK are still missing, though.)
The text was updated successfully, but these errors were encountered: