Skip to content

Instantly share code, notes, and snippets.

@VerizonMediaOwner
Created May 29, 2019 16:16
Show Gist options
  • Save VerizonMediaOwner/050a9e3bfdff20b512aa237f8b88e388 to your computer and use it in GitHub Desktop.
Save VerizonMediaOwner/050a9e3bfdff20b512aa237f8b88e388 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<fantasy_content xmlns:yahoo="http://www.yahooapis.com/v1/base.rng" xmlns="http://fantasysports.yahooapis.com/fantasy/v2/base.rng" xml:lang="en-US" yahoo:uri="http://fantasysports.yahooapis.com/fantasy/v2/transaction/257.l.193.w.c.2_6390" time="30.953884124756ms" copyright="Data provided by Yahoo! and STATS, LLC">
<transaction>
<transaction_key>257.l.193.w.c.2_6390</transaction_key>
<type>waiver</type>
<status>pending</status>
<waiver_player_key>257.p.6390</waiver_player_key>
<waiver_team_key>257.l.193.t.2</waiver_team_key>
<waiver_date>2011-07-17</waiver_date>
<waiver_priority>1</waiver_priority>
<players count="2">
<player>
<player_key>257.p.6390</player_key>
<player_id>6390</player_id>
<name>
<full>Anquan Boldin</full>
<first>Anquan</first>
<last>Boldin</last>
<ascii_first>Anquan</ascii_first>
<ascii_last>Boldin</ascii_last>
</name>
<transaction_data>
<type>add</type>
<source_type>waivers</source_type>
<destination_type>team</destination_type>
<destination_team_key>257.l.193.t.2</destination_team_key>
</transaction_data>
</player>
<player>
<player_key>257.p.8266</player_key>
<player_id>8266</player_id>
<name>
<full>Marshawn Lynch</full>
<first>Marshawn</first>
<last>Lynch</last>
<ascii_first>Marshawn</ascii_first>
<ascii_last>Lynch</ascii_last>
</name>
<transaction_data>
<type>drop</type>
<source_type>team</source_type>
<source_team_key>257.l.193.t.2</source_team_key>
<destination_type>waivers</destination_type>
</transaction_data>
</player>
</players>
</transaction>
</fantasy_content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment