When I was looking for a client for the API for the google search console sitemap, I looked in the sdk searchconsole directory and shared it because I was a bit addicted to the lack of methods for manipulating the sitemap.
This is an example of ruby sdk
Not searchconsole_v1
https://github.com/googleapis/google-api-ruby-client/blob/master/generated/google/apis/searchconsole_v1/service.rb
There is a sitemap API in webmasters
.
https://github.com/googleapis/google-api-ruby-client/blob/master/generated/google/apis/webmasters_v3/service.rb
Recommended Posts