Commit Graph

5 Commits

Author SHA1 Message Date
64315d7145 Created two new API requester
+ Created a new Tags API requester to allow us to make tag related API requests
+ Created a new Branches API requester to allow us to make branch related API requests
2020-02-25 12:13:05 -07:00
3f5527ee8c Renamed Interfaces and Abstract classes
+ Renamed several classes to make it easier to understand what they are for
2020-02-25 12:07:47 -07:00
dcd2d8bdf3 Corrected namespaces + Chnaged tab size to 4
+ Went through all the Model classes and updated their namespaces to match their parent folder name
+ Changed tab sizes to 4 spaces instead of 2 (in all php files)
2020-02-20 13:21:18 -07:00
b17224ce39 Refactored and reorganized
+ Created new a new interface and abstract class for Api classes that support the all() method
+ Refactored the Repositories Api class
+ Moved the abstract classes into an "Abstracts" folder
+ Moved Api Interfaces into an "Interfaces" folder
+ Corrected namespaces
2020-02-20 13:08:41 -07:00
1bf0c070f8 Huge number of updates, too tired to list them all
+ Added a bunch of API handler classes that will use the already created models
+ Created a new Client class that will connect to new API handler classes
+ Created new collection classes
2020-02-19 22:10:59 -07:00