Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Related issue (if applicable): #290
Attempting to make the
mode=cloud
work :)Cloud Mode
When you've completed, the site would have provided you a PUSH URL that looks like this:
https://developer.lametric.com/api/v1/dev/widget/update/com.lametric.{app_id}/{app_version}
You will need to record the
{app_id}
and{app_version}
to use thecloud
mode.The same page should also provide you with an Access Token. It's approximately 86 characters with two equal (
=
) characters at the end of it. This becomes your{app_access_token}
. Here is an example of what one might look like:K2MxWI0NzU0ZmI2NjJlZYTgViMDgzMjk2OOTW5mZTIxZThjODRiN8YjlmZjRmNTc4NDVhJzk0RiNjNh0EyKWW==
The syntax for the cloud mode is:
lametric://{app_access_token}@{app_id}/{app_version}?mode=cloud
Checklist
flake8
)