eve-swagger-js icon indicating copy to clipboard operation
eve-swagger-js copied to clipboard

Improve type hierarchy in high-level API with shared parent interfaces

Open lhkbob opened this issue 7 years ago • 0 comments

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 function.

Could even go so far as to have a generic set of interfaces for the id[],info() API design.

lhkbob avatar Sep 20 '17 18:09 lhkbob