Skip to content

Conversation

@miniBill
Copy link
Collaborator

No description provided.

@github-actions
Copy link

diff --ignore-all-space --minimal --new-file --recursive main/cli/generated/Ifconfig/Api.elm branch/cli/generated/Ifconfig/Api.elm
0a1,41
> module Ifconfig.Api exposing (root, rootTask)
> 
> {-|
> 
> 
> ## Operations
> 
> @docs root, rootTask
> 
> -}
> 
> import Dict
> import Http
> import Json.Decode
> import OpenApi.Common
> import Task
> 
> 
> root config =
>     Http.request
>         { url = "https://ifconfig.ovh"
>         , method = "GET"
>         , headers = []
>         , expect =
>             OpenApi.Common.expectStringCustom (Dict.fromList []) config.toMsg
>         , body = Http.emptyBody
>         , timeout = Nothing
>         , tracker = Nothing
>         }
> 
> 
> rootTask : {} -> Task.Task (OpenApi.Common.Error e String) String
> rootTask config =
>     Http.task
>         { url = "https://ifconfig.ovh"
>         , method = "GET"
>         , headers = []
>         , resolver = OpenApi.Common.stringResolverCustom (Dict.fromList [])
>         , body = Http.emptyBody
>         , timeout = Nothing
>         }

@wolfadex wolfadex merged commit ec5196a into main Dec 31, 2025
2 checks passed
@wolfadex wolfadex deleted the ifconfig.ovh branch December 31, 2025 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants