From 93849902f963bd6b0ce5aeacb24045ff833d1fc2 Mon Sep 17 00:00:00 2001 From: Esaú Freitas Date: Tue, 14 Jul 2015 17:13:16 +0000 Subject: [PATCH] incluido parametro "include_game" no metodo get_widget_data --- rest/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest/Readme.md b/rest/Readme.md index 61e2f29..e296661 100644 --- a/rest/Readme.md +++ b/rest/Readme.md @@ -99,8 +99,8 @@ http[s]://service2.funifier.com/2.0.0/get_widget_data - include_leaderboards: **boolean/Optional** - If value is true, the list of leaderboards will be loaded - include_friends: **boolean/Optional** - If value is true, the list of friends will be loaded - include_actions: **boolean/Optional** - If value is true, the list of actions will be loaded - - include_points: **boolean/Optional** - If value is true, the list of points will be loaded - - language: **int/Optional** - Set the default language in authentication + - include_points: **boolean/Optional** - If value is true, the list of points will be loaded + - include_game: **boolean/Optional** - If value is true, the game generic stats will be loaded - callback: **String/Optional** - Use to callbacks in javascript # Example Response -- libgit2 0.22.2