mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-06 16:08:40 +00:00
12 lines
217 B
Forth
12 lines
217 B
Forth
namespace Gitea.Declarative
|
|
|
|
open SwaggerProvider
|
|
|
|
[<AutoOpen>]
|
|
module GiteaClient =
|
|
|
|
[<Literal>]
|
|
let Host = "file://" + __SOURCE_DIRECTORY__ + "/swagger.v1.json"
|
|
|
|
type Gitea = SwaggerClientProvider<Host>
|