CXuesong / WikiClientLibrary

/*🌻*/ Wiki Client Library is an asynchronous MediaWiki API client library targeting modern .NET platforms
https://github.com/CXuesong/WikiClientLibrary/wiki
Apache License 2.0
82 stars 16 forks source link

Wikibase API #24

Closed CXuesong closed 6 years ago

CXuesong commented 7 years ago

See mw:Wikibase/API.

This is a brand-new set of APIs to implement. May work in slow progress. (See #5 for a rough idea of such slowness 🌚)

I will work it on another branch now and then, when I do not feel like working on master.

CXuesong commented 7 years ago

TODO: Use more precise data type in WbQuantity. For now it uses double, but we need something like BigFloat.

But it's a little bit difficult to find a suitable data type to represent floats with arbitrary precision in .NET. Perhaps we need to make one out of BigInteger.

CXuesong commented 6 years ago

The major part of the issue has been resolved. Moved TODO into a separate issue #42.