Struct google_search_console_api::SitemapsApi
source · pub struct SitemapsApi {}Expand description
https://developers.google.com/webmaster-tools/v1/sitemaps
Implementations§
source§impl SitemapsApi
impl SitemapsApi
pub async fn delete( &self, token: &str, site_url: &str, feed_path: &str ) -> Result<Value, GoogleApiError>
pub async fn get( &self, token: &str, site_url: &str, feed: &str ) -> Result<Value, GoogleApiError>
pub async fn list( &self, token: &str, site_url: &str ) -> Result<ResponseSitemapApiList, GoogleApiError>
pub async fn put( &self, token: &str, site_url: &str, feed: &str ) -> Result<Value, GoogleApiError>
pub async fn submit( &self, token: &str, site_url: &str, feed: &str ) -> Result<Value, GoogleApiError>
Trait Implementations§
source§impl Default for SitemapsApi
impl Default for SitemapsApi
source§fn default() -> SitemapsApi
fn default() -> SitemapsApi
Returns the “default value” for a type. Read more