EPIC: new SDK
Closed this issue · 1 comments
maxkoryukov commented
Preparing
- maxkoryukov#1 lint rules
- maxkoryukov#1 test tool
- maxkoryukov#1 coverage tool
- #17 doc tool (not sure, but seems like with jsdoc this will look much more useful)
-
#16 browser support- will be solved in next version
Core
- Route4Me - main file
- send request/handle response classes
- Error objects
- logger
- configuration
-
reuse json-shemathere is a use-case for testing. Final solution here: #28 - input validator - disabled in this package
- output converter
Methods
- make a decision about Route4Me top-level file architecture (all methods in one class, as in C#, or split methods to sub-objects, for example :
Routes
,Orders
...)
Next: implement functionality
maxkoryukov commented