summaryrefslogtreecommitdiffstats
path: root/src/generated/methods.rs
diff options
context:
space:
mode:
authorCyborus <cyborus@noreply.codeberg.org>2024-07-30 21:49:35 +0200
committerCyborus <cyborus@noreply.codeberg.org>2024-07-30 21:49:35 +0200
commit127e4e6a9ccea0793e760bbcb604ca3298acefef (patch)
tree7c894d755981ec523e9613c8b76c405b35b6de29 /src/generated/methods.rs
parentMerge pull request 'bump version to 0.4.0' (#70) from bump-0.4.0 into main (diff)
parentdocs: replace instances of "gitea" with "Forgejo" (diff)
downloadforgejo-api-127e4e6a9ccea0793e760bbcb604ca3298acefef.tar.xz
forgejo-api-127e4e6a9ccea0793e760bbcb604ca3298acefef.zip
Merge pull request 'replace instances of "gitea" with "Forgejo"' (#71) from replace-gitea into mainv0.4.0
Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/71
Diffstat (limited to 'src/generated/methods.rs')
-rw-r--r--src/generated/methods.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/generated/methods.rs b/src/generated/methods.rs
index b9657c5..2b23abf 100644
--- a/src/generated/methods.rs
+++ b/src/generated/methods.rs
@@ -548,7 +548,7 @@ impl crate::Forgejo {
}
}
- /// Returns the nodeinfo of the Gitea application
+ /// Returns the nodeinfo of the Forgejo application
pub async fn get_node_info(&self) -> Result<NodeInfo, ForgejoError> {
let request = self.get("nodeinfo").build()?;
let response = self.execute(request).await?;
@@ -8066,7 +8066,7 @@ impl crate::Forgejo {
}
}
- /// Returns the version of the Gitea application
+ /// Returns the version of the Forgejo application
pub async fn get_version(&self) -> Result<ServerVersion, ForgejoError> {
let request = self.get("version").build()?;
let response = self.execute(request).await?;