LindaLawton / Google-APIs-PHP-Samples

Unoffical Samples for the Google APIs PHP client library.
http://www.daimto.com/google-apis-samples/
Apache License 2.0
28 stars 17 forks source link

Features to add #1

Open LindaLawton opened 7 years ago

LindaLawton commented 7 years ago

The next step will be to add the following items. To the method template.

LindaLawton commented 7 years ago

Pagination example added.

I have also added V1 for optional prams. I am trying to decide if I want to add all of the parameters or not like C# it wont be as elegant as it is with C# since its just an array. TBD

LindaLawton commented 7 years ago

Fixed: Methods that dont return anything should not be returning (Doh!)

LindaLawton commented 7 years ago

Optional parameters added but there is an extra return in there I cant find it. Adding it as a bug and will deal with it later.