Commit 5cd8ac21bd23f741c77d5d8910389bb82067f978
1 parent
a28adef4
validar
Showing
1 changed file
with
4 additions
and
8 deletions
Readme.md
| ... | ... | @@ -19,10 +19,10 @@ GET Method |
| 19 | 19 | https://service2.funifier.com/2.0.0/authenticate?api_key=556df789108d44a65c389583&auth_mode=IMPLICIT&player=ricardo@funifier.com |
| 20 | 20 | ``` |
| 21 | 21 | ```sh |
| 22 | -$ https://service2.funifier.com/2.0.0/authenticate?api_key=556df789108d44a65c389583&auth_mode=PASSWORD&player=ricardo@funifier.com&password=123 | |
| 22 | +https://service2.funifier.com/2.0.0/authenticate?api_key=556df789108d44a65c389583&auth_mode=PASSWORD&player=ricardo@funifier.com&password=123 | |
| 23 | 23 | ``` |
| 24 | 24 | ```sh |
| 25 | -$ mhttps://service2.funifier.com/2.0.0/authenticate?api_key=556df789108d44a65c389583&auth_mode=CREDENTIAL&player=ricardo@funifier.com&app_secret=54d80b7f34282de652978326 | |
| 25 | +mhttps://service2.funifier.com/2.0.0/authenticate?api_key=556df789108d44a65c389583&auth_mode=CREDENTIAL&player=ricardo@funifier.com&app_secret=54d80b7f34282de652978326 | |
| 26 | 26 | ``` |
| 27 | 27 | ### Example Response |
| 28 | 28 | |
| ... | ... | @@ -95,17 +95,13 @@ http[s]://service2.funifier.com/2.0.0/get_widget_data |
| 95 | 95 | - include_game **boolean** Optional |
| 96 | 96 | - callback **String** Optional |
| 97 | 97 | |
| 98 | -###Example Request | |
| 99 | - | |
| 100 | - | |
| 101 | - | |
| 102 | -## Example Response | |
| 98 | +# Example Response | |
| 103 | 99 | ```sh |
| 104 | 100 | https://service2.funifier.com/2.0.0/get_widget_data?api_key=556df789108d44a65c389583&access_token=54d8139ae4b0e8d184586a1f&include_challenges=true |
| 105 | 101 | ``` |
| 106 | 102 | |
| 107 | 103 | ```sh |
| 108 | -https://service2.funifier.com/2.0.0/get_widget_data?api_key=556df789108d44a65c389583&player=ricardo@funifier.com&app_secret=54d80b7f34282de652978326&include_challenges=true | |
| 104 | + https://service2.funifier.com/2.0.0/get_widget_data?api_key=556df789108d44a65c389583&player=ricardo@funifier.com&app_secret=54d80b7f34282de652978326&include_challenges=true | |
| 109 | 105 | ``` |
| 110 | 106 | ## Example Response |
| 111 | 107 | ```sh | ... | ... |