Closed husseinmirzaki closed 6 years ago
It's a good idea, but not this library's work IMO. I'm actually working on something like this, but with Eloquent models: https://github.com/snaptier/github-whisper
It's indeed a good idea but not in the scope of this library. You have for example lp-digital/github-event-parser, to convert the github event json's to objects. So it could easily be created in a separate library.
aha, thanks
In irazasyed/telegram-bot-sdk library if you go to this directory you will see a bunch of objects which, each of them are related to a specific response of telegram bot API now GitHub is the same....So could we do the same ? will it be merged if we started to do it ? or is it a good idea to go with ? I think this way we can offer a lot more functionality than just sending and receiving. e.g: Retrieve a commit get a specific file of that commit an then delete that specific file then again commit sth like this:
or even for example we could some how put some data in file object so we could just write this :
I think this is possible but does contributors support this stuff ?