Initial release
A similar library oeis already existed, but there is the following problems:
- The key of HashMap is not instance of
Eq
. - The values of Maple and Mathematica are swaped.
- Although OEIS provides JSON, it uses line-keyd ASCII.
- HTTPS is not supported.
- Cannot receive multiple search results (only the 1st result).
- Many search prefixes are provides, but only
id:
andseq:
can be used. - And each function is separate for each Prefix.
First, I sent a few lines pull requests to solve 1, 2.
The request has merged to master of oeis.
After that, I noticed problems from 3..7.
I thought it is hard to fix all of these only with pull request.
So, I have make a new library, and solved all problems of 3..7.
Added
- Make possible to get all search results.
- Support all search prefixes in here.
- Make possible to give each Prefix by data constructor of
SearchStatus
.
- Make possible to give each Prefix by data constructor of
Changed
- Make to use JSON by OEIS.
- Support HTTPS.