eve-swagger-js
eve-swagger-js copied to clipboard
Improve type hierarchy in high-level API with shared parent interfaces
Specifically, we can have a Market API for buy/sell orders that gets implemented by Region and Structure. We can have an IDResource that defines the id():Promise
Could even go so far as to have a generic set of interfaces for the id[],info() API design.