-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for new account methods.
- GET account/totals - GET account/settings - POST account/settings
- Loading branch information
Showing
8 changed files
with
149 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"language":"en","discoverable_by_email":true,"trend_location":[{"url":"http:\/\/where.yahooapis.com\/v1\/place\/23424977","placeType":{"name":"Country","code":12},"name":"United States","countryCode":"US","woeid":23424977,"country":"United States","parentid":1}],"always_use_https":true,"sleep_time":{"enabled":false,"start_time":0,"end_time":0},"geo_enabled":true,"time_zone":{"name":"Eastern Time (US & Canada)","utc_offset":-18000,"tzinfo_name":"America\/New_York"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<settings> | ||
<trend_location> | ||
<woeid>23424977</woeid> | ||
<name>United States</name> | ||
<placeTypeName code="12">Country</placeTypeName> | ||
<country type="Country" code="US">United States</country> | ||
<url>http://where.yahooapis.com/v1/place/23424977</url> | ||
<parentid>1</parentid> | ||
</trend_location> | ||
<geo_enabled>true</geo_enabled> | ||
<discoverable_by_email>true</discoverable_by_email> | ||
<sleep_time> | ||
<enabled>false</enabled> | ||
<start_time>0</start_time> | ||
<end_time>0</end_time> | ||
</sleep_time> | ||
<always_use_https>true</always_use_https> | ||
<time_zone> | ||
<name>Eastern Time (US & Canada)</name> | ||
<utc_offset>-18000</utc_offset> | ||
<tzinfo_name>America/New_York</tzinfo_name> | ||
</time_zone> | ||
<language>en</language> | ||
</settings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"language":"en","discoverable_by_email":true,"trend_location":[{"url":"http:\/\/where.yahooapis.com\/v1\/place\/23424803","parentid":1,"name":"Ireland","countryCode":"IE","placeType":{"name":"Country","code":12},"woeid":23424803,"country":"Ireland"}],"sleep_time":{"enabled":false,"start_time":0,"end_time":0},"geo_enabled":true,"time_zone":{"name":"Eastern Time (US & Canada)","utc_offset":-18000,"tzinfo_name":"America\/New_York"},"always_use_https":true} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<settings> | ||
<trend_location> | ||
<woeid>23424803</woeid> | ||
<name>Ireland</name> | ||
<placeTypeName code="12">Country</placeTypeName> | ||
<country type="Country" code="IE">Ireland</country> | ||
<url>http://where.yahooapis.com/v1/place/23424803</url> | ||
<parentid>1</parentid> | ||
</trend_location> | ||
<geo_enabled>true</geo_enabled> | ||
<discoverable_by_email>true</discoverable_by_email> | ||
<sleep_time> | ||
<enabled>false</enabled> | ||
<start_time>0</start_time> | ||
<end_time>0</end_time> | ||
</sleep_time> | ||
<always_use_https>true</always_use_https> | ||
<time_zone> | ||
<name>Eastern Time (US & Canada)</name> | ||
<utc_offset>-18000</utc_offset> | ||
<tzinfo_name>America/New_York</tzinfo_name> | ||
</time_zone> | ||
<language>en</language> | ||
</settings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"favorites":2811,"updates":4109,"followers":475,"friends":1994} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<hash> | ||
<favorites type="integer">2811</favorites> | ||
<updates type="integer">4109</updates> | ||
<followers type="integer">475</followers> | ||
<friends type="integer">1994</friends> | ||
</hash> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters