An asynchronous EVE Online API client for Node.js
Stars
24
Forks
6
Watchers
24
Open Issues
0
Overall repository health assessment
0.4.x1.3.xChanged wording of response error from "Bad response" to "Unsupported HTTP response"
7fc6ca5View on GitHubAdded Client#setParam(), Client#setParams(), Client#getParam(), Client#getParams() and Client#clearParams() for managing default request parameters
9d96928View on GitHubFileCache#getFilePath() now generates a SHA1 hash of key and uses it as the file name and also uses the first four characters of the hash to create a subdirectory structure two levels deep to avoid overpopulating a single directory with cache files.
92907cbView on GitHubAdded FileCache#makeDirs() and FileCache#clear() for recursively creating and deleting directories.
35054adView on GitHubUpdated tests to use assert.ifError(err) instead of assert.ok(!err)
a8e7dd3View on GitHubChanged Client#getCacheKey() to return URL string instead of hash.
6bc945bView on GitHubRemoved `npm test` timeout, should default to 2000ms now
6f1267dView on GitHub