Skip to content

Commit

Permalink
Remove unused api
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Aug 9, 2023
1 parent 7e89c73 commit 89cd7b1
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/UnisonLocal/Api.elm
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
module UnisonLocal.Api exposing
( codebaseApiEndpointToEndpoint
, codebaseHash
, namespace
)
module UnisonLocal.Api exposing (codebaseApiEndpointToEndpoint, namespace)

import Code.BranchRef as BranchRef
import Code.CodebaseApi as CodebaseApi
Expand All @@ -22,11 +18,6 @@ import UnisonLocal.ProjectName as ProjectName
import Url.Builder exposing (QueryParameter, int, string)


codebaseHash : Endpoint
codebaseHash =
GET { path = [ "list" ], queryParams = [] }


namespace : CodeBrowsingContext -> Perspective -> FQN -> Endpoint
namespace context perspective fqn =
let
Expand Down

0 comments on commit 89cd7b1

Please sign in to comment.