[x] Refactoring and general code improvements (Closes #35 )
[ ] Scripts for data types generation according to schemas (Closes #36 )
[ ] Improved caching mechanism for requests (Closes #13 )
[x] Result types are reworked; now result type contains request property with information from which registry and repository this data fetched (Closes #15 )
[x] Also result type defines error property (Closes #23 )
[ ] Execution errors have been classified; All exceptions and promise rejections were handled.
[x] Nuget registry api was added (Closes #20 )
[ ] Integration with gitbook; Online docs have exported classes and types description, basic community guidelines (Closes #32 )
This huge update contains:
request
property with information from which registry and repository this data fetched (Closes #15 )error
property (Closes #23 )exceptions
and promiserejections
were handled.