Files
gitea-repo-config/Gitea/GiteaClient.fs
2022-12-29 22:27:05 +00:00

12 lines
204 B
Forth

namespace Gitea
open SwaggerProvider
[<AutoOpen>]
module GiteaClient =
[<Literal>]
let Host = "https://gitea.patrickstevens.co.uk/swagger.v1.json"
type Gitea = SwaggerClientProvider<Host>