Rishikant181 / Rettiwt-API

A CLI tool and an API for fetching data from Twitter for free!
https://rishikant181.github.io/Rettiwt-API/
MIT License
305 stars 31 forks source link

Removed unnecessary interfaces #419

Closed Rishikant181 closed 5 months ago

Rishikant181 commented 5 months ago

The following unnecessary interfaces and models/classes were removed:

Interfaces:

These interfaces were removed because their purpose was served by the corresponding classes, which apart from acting as types, also provided addition essential functionality.

Models/Classes:

These classes were removed because all they did was just used as types and served no other functionality and the same can be achieved by using their corresponding interfaces alone.