Get the databases endpoint path.
(&self)
| 65 | |
| 66 | /// Get the databases endpoint path. |
| 67 | pub fn databases(&self) -> String { |
| 68 | format!("{}/{}", self.base_path, Self::DATABASES) |
| 69 | } |
| 70 | |
| 71 | /// Get a specific database endpoint path. |
| 72 | pub fn database(&self, name: &str) -> String { |
no outgoing calls
no test coverage detected