Description Usage Arguments Value Note Examples
This function generates signed json body when sending information to the API
| 1 | generate_signed_body(list_data)
 | 
| list_data | 
 | 
character
This function is meant to be used internally. Only use when debugging.
| 1 2 3 4 5 6 7 8 | login_data <- list('phone_id' = "012345678901-99thisisatest99",
                   '_csrftoken' = "012345678901-99thisisatest99",
                   'username' = "testuser",
                   'guid' = "012345678901-99thisisatest99",
                   'device_id' = "012345678901-99thisisatest99",
                   'password' = "testpassword",
                   'login_attempt_count' = 0)
signed_body <- generate_signed_body(login_data)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.