You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've run into several cases where the current SDK doesn't implement certain endpoints. Unfortunately, since the API client (implemented by the codefresh type defined here) isn't exposed publicly, we have to build our own custom API client that does exactly the same things.
Would is be possible to expose the SDK's API client (type codefresh) so that it can be used to supplement missing endpoints?
The text was updated successfully, but these errors were encountered:
We've run into several cases where the current SDK doesn't implement certain endpoints. Unfortunately, since the API client (implemented by the
codefresh
type defined here) isn't exposed publicly, we have to build our own custom API client that does exactly the same things.Would is be possible to expose the SDK's API client (
type codefresh
) so that it can be used to supplement missing endpoints?The text was updated successfully, but these errors were encountered: