We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e89c73 commit 89cd7b1Copy full SHA for 89cd7b1
src/UnisonLocal/Api.elm
@@ -1,8 +1,4 @@
1
-module UnisonLocal.Api exposing
2
- ( codebaseApiEndpointToEndpoint
3
- , codebaseHash
4
- , namespace
5
- )
+module UnisonLocal.Api exposing (codebaseApiEndpointToEndpoint, namespace)
6
7
import Code.BranchRef as BranchRef
8
import Code.CodebaseApi as CodebaseApi
@@ -22,11 +18,6 @@ import UnisonLocal.ProjectName as ProjectName
22
18
import Url.Builder exposing (QueryParameter, int, string)
23
19
24
20
25
-codebaseHash : Endpoint
26
-codebaseHash =
27
- GET { path = [ "list" ], queryParams = [] }
28
-
29
30
21
namespace : CodeBrowsingContext -> Perspective -> FQN -> Endpoint
31
namespace context perspective fqn =
32
let
0 commit comments