@@ -289,119 +289,4 @@ public override string ToString() => Name +
289289 ( ! string . IsNullOrWhiteSpace ( ManaCost ) ? $ " ({ ManaCost } )" : "" ) +
290290 ( ! string . IsNullOrWhiteSpace ( TypeLine ) ? $ " { TypeLine } " : "" ) ;
291291 }
292-
293-
294-
295- public class Rootobject
296- {
297- public string _object { get ; set ; }
298- public int total_cards { get ; set ; }
299- public bool has_more { get ; set ; }
300- public string next_page { get ; set ; }
301- public Datum [ ] data { get ; set ; }
302- }
303-
304- public class Datum
305- {
306- public string _object { get ; set ; }
307- public string id { get ; set ; }
308- public int ? [ ] multiverse_ids { get ; set ; }
309- //public string name { get; set; }
310- //public string uri { get; set; }
311- public string scryfall_uri { get ; set ; }
312- public string layout { get ; set ; }
313- public bool highres_image { get ; set ; }
314- public Image_Uris image_uris { get ; set ; }
315- public int cmc { get ; set ; }
316- public string type_line { get ; set ; }
317- public string oracle_text { get ; set ; }
318- public string mana_cost { get ; set ; }
319- public string [ ] colors { get ; set ; }
320- public string [ ] color_identity { get ; set ; }
321- public Legalities legalities { get ; set ; }
322- public bool reserved { get ; set ; }
323- public bool reprint { get ; set ; }
324- public string set { get ; set ; }
325- public string set_name { get ; set ; }
326- public string set_uri { get ; set ; }
327- public string set_search_uri { get ; set ; }
328- public string scryfall_set_uri { get ; set ; }
329- public string rulings_uri { get ; set ; }
330- public string prints_search_uri { get ; set ; }
331- public string collector_number { get ; set ; }
332- public bool digital { get ; set ; }
333- public string rarity { get ; set ; }
334- public string watermark { get ; set ; }
335- public string flavor_text { get ; set ; }
336- public string illustration_id { get ; set ; }
337- public string artist { get ; set ; }
338- public string frame { get ; set ; }
339- public bool full_art { get ; set ; }
340- public string border_color { get ; set ; }
341- public bool timeshifted { get ; set ; }
342- public bool colorshifted { get ; set ; }
343- public bool futureshifted { get ; set ; }
344- public int edhrec_rank { get ; set ; }
345- public string usd { get ; set ; }
346- public string eur { get ; set ; }
347- public Related_Uris related_uris { get ; set ; }
348- public Purchase_Uris purchase_uris { get ; set ; }
349- public string [ ] color_indicator { get ; set ; }
350- public All_Parts [ ] all_parts { get ; set ; }
351- }
352-
353- public class Image_Uris
354- {
355- public string small { get ; set ; }
356- public string normal { get ; set ; }
357- public string large { get ; set ; }
358- public string png { get ; set ; }
359- public string art_crop { get ; set ; }
360- public string border_crop { get ; set ; }
361- }
362-
363- public class Legalities
364- {
365- public string standard { get ; set ; }
366- public string frontier { get ; set ; }
367- public string modern { get ; set ; }
368- public string pauper { get ; set ; }
369- public string legacy { get ; set ; }
370- public string penny { get ; set ; }
371- public string vintage { get ; set ; }
372- public string duel { get ; set ; }
373- public string commander { get ; set ; }
374- public string _1v1 { get ; set ; }
375- public string future { get ; set ; }
376- }
377-
378- public class Related_Uris
379- {
380- public string gatherer { get ; set ; }
381- public string tcgplayer_decks { get ; set ; }
382- public string edhrec { get ; set ; }
383- public string mtgtop8 { get ; set ; }
384- }
385-
386- public class Purchase_Uris
387- {
388- public string amazon { get ; set ; }
389- public string ebay { get ; set ; }
390- public string tcgplayer { get ; set ; }
391- public string magiccardmarket { get ; set ; }
392- public string cardhoarder { get ; set ; }
393- public string card_kingdom { get ; set ; }
394- public string mtgo_traders { get ; set ; }
395- public string coolstuffinc { get ; set ; }
396- }
397-
398- public class All_Parts
399- {
400- public string _object { get ; set ; }
401- public string id { get ; set ; }
402- public string name { get ; set ; }
403- public string uri { get ; set ; }
404- }
405-
406-
407292}
0 commit comments