I have two classes, a parent class and a child of that.
class Api { constructor(stuff) { ...set stuff } doSomething() { ...doesSomething