Have the hockey and basketball game keys for 2010 been released? If not will they be released soon? It look like hockey registration has started
Well...sort of! They're not updated in the documentation at the moment. But the answer was under your nose this entire time! Provided that your nose was over one of the following two queries:
CODE
http://fantasysports.yahooapis.com/fantasy/v2/game/nhl
CODE
<game>
<game_key>248</game_key>
<game_id>248</game_id>
<name>Hockey</name>
<code>nhl</code>
<type>full</type>
<url>http://hockey.fantasysports.yahoo.com/hockey</url>
<season>2010</season>
</game>
CODE
http://fantasysports.yahooapis.com/fantasy/v2/game/nba
CODE
<game>
<game_key>249</game_key>
<game_id>249</game_id>
<name>Basketball</name>
<code>nba</code>
<type>full</type>
<url>http://basketball.fantasysports.yahoo.com/nba</url>
<season>2010</season>
</game>
As long as you know the game code, you can always figure out any information you need about the current season of that game.
tl;dr: The answers are 248 for NHL and 249 for NBA.