Closed iliran11 closed 4 years ago
solves #6
base/base.ts
/base/transport.ts
/base/base.ts
TwitterClient
transport
thanks, @LaptopCouch
Fixed the requests @Silind
solves #6
base/base.ts
has changed its name and is now/base/transport.ts
to better reflect this file is about transporting data to twitter API.base/base.ts
are exactly the same in the new file - I was just moving around the functions inside the class./base/base.ts
. Now the new module/base/transport.ts
export a class which can be instantiated.TwitterClient
creates a new instance calledtransport
and passes it to all of the clients.thanks, @LaptopCouch