refactoring sync
Some checks failed
CloudSave/pipeline/head There was a failure building this commit

This commit is contained in:
2025-09-08 17:40:58 +02:00
parent f56d3c5857
commit d15de3c6a1
3 changed files with 282 additions and 199 deletions

View File

@@ -384,6 +384,10 @@ func (c *Client) All() ([]repository.Metadata, error) {
return nil, errors.New("invalid payload sent by the server")
}
func (c *Client) BaseURL() string {
return c.baseURL
}
func (c *Client) get(url string) (obj.HTTPObject, error) {
cli := http.Client{}