Consuming a public REST API using Argonaut

88 Views Asked by At

I am new into Spray and Scala. I'm currently working with the public REST API of Guild Wars 2. I would like to consume some resources (like gathering all sell and buy orders on the trading post of an item named "Bolt of Damask"). I'm using Argonaut for the JSON decoding.

Could anyone please give me some pointers on how I could achieve this? Thanks a lot.

0

There are 0 best solutions below