clash-api icon indicating copy to clipboard operation
clash-api copied to clipboard

Ruby wrapper for the Clash of Clans API

Results 4 clash-api issues
Sort by recently updated
recently updated
newest added

New methods were added to current api: - Clan: - GET /clans/{clanTag}/currentwar - Location: - GET /locations/{locationId}/rankings/players-versus - GET /locations/{locationId}/rankings/clans-versus

I've been reading about: [Faraday HTTP Cache](https://github.com/plataformatec/faraday-http-cache), it looks like the right solution, we will have to migrate from **httparty** to **faraday** though.

Most tests use http for connecting to the clash of clans API, it will be good to use webmock to mock these requests and make them faster

As of right now, I only have the available methods from client, but it will be better if I also show what those objects contain(attributes or methods available)