I setup billing and whatnot in Google Developer console, and enabled the Cloud DNS APi, however it is very confusing, and the documentation seems to be taking me in circles with no real examples.
I would like an example on how to use the Google Cloud DNS API using the google-api-php-client script from Github to add a DNS entry, remove a DNS entry, and update a DNS entry.
I am also unsure as to what credentials I am supposed to use for this as there doesn't seem to be any way to generate credentials -- only a unique app id (which can't be changed) for this billable service.
Their documentation points to stackoverflow for any questions regarding the use of this library.
Thanks in advance.