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
Hyperdrive your production business: Eve Production Manager
Developer of EveLib and EveAuthUtility
https://public-crest.eveonline.com/market/types/?group=https://public-crest.eveonline.com/market/groups/150/
var crest = new EveCrest();var root = crest.GetRoot();var types = root.Query(r => r.MarketTypes);var skillbooks = types.Query(type => type.Where(t => t.MarketGroup.Id == 150));
var crest = new EveCrest();var root = crest.GetRoot();var types = root.Query(r => r.MarketTypes);var skillbooks = types.Query(type => type.Where(t => t.Id == 150));