These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
[EveLib] A .NET library for EveXML, CREST, EveCentral, and more
Developer of EveLib and EveAuthUtility
var theForge = crest.GetRoot().Query(r => r.Regions).Query(r => r.Where(x => x.Name == "The Forge")).First();theForge.MarketBuyOrders += "?type=" + itemList.Where(x => x.Type.Id == 12612).First().Type.Href;var buyOrders = theForge.Query(r => r.MarketBuyOrders).Items.ToList();