-
Clean up the data api, it now includes callbacks and in the future should consider adding (or switching to) promises. Also add events thrown oncomplete of each function (in the future this may need t…
-
I am not sure how feasible the following changes are given that the `bn_*` functions might already be being used downstream, but let's see what we can do. The bignum functions have a very inconsistent…
-
The game API (game.h/game.c) needs to either be re-engineered or removed entirely. If the latter choice is taken, then the example code will need to be rewritten.
-
We need to clean up the API controller.
-
It is not clear to me what API we have and what their purpose is.
It would be nice to separate the controllers to reflect our API design.
In my head right now we should have 2 different APIs:
…
-
- clean up current implementation
- add routes to get individual blog posts
-
https://github.com/polkadot-api/polkadot-api/blob/de3f57103460478322d29fb5c7c44b722f5664fb/packages/cli/src/commands/generate.ts#L85
I have a monorepo and i isolated the descriptors so i can used t…
-
_From @suchow on April 28, 2016 2:35_
It would be worth going through the API carefully and making sure that everything is consistent, complete, and idiomatic.
For example, this is quite nice:
`/n…
-
There is more and more spikes added to big pile of scripts. Examples are not clear or completely absent.
It makes it very hard to even attempt to integrate existing code to anything.
A solid API core…
-
The PackageSpec model currently has a bunch of redundant APIs.
Among those IncludeExcludeFiles, PackOptions, PackInclude etc.
These need to be removed if they are not used anymore.
Likewis…