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 e8fde9c commit addbf48Copy full SHA for addbf48
VERSION
@@ -1 +1 @@
1
-0.24.2
+0.24.3
pkg/codefresh/codefresh.go
@@ -11,10 +11,6 @@ import (
11
12
type (
13
Codefresh interface {
14
- requestAPI(*requestOptions) (*http.Response, error)
15
- decodeResponseInto(*http.Response, interface{}) error
16
- getBodyAsString(*http.Response) (string, error)
17
- getBodyAsBytes(*http.Response) ([]byte, error)
18
Pipelines() IPipelineAPI
19
Tokens() ITokenAPI
20
RuntimeEnvironments() IRuntimeEnvironmentAPI
0 commit comments