Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-12-13 17:08:03 +00:00
parent 23de678eeb
commit 2b8e5d7870
21 changed files with 824 additions and 840 deletions

View File

@@ -8,8 +8,6 @@ import (
)
// Create an object. Returns error if object with this name already exists. Max object size of 10MB, see Upload endpoint for larger objects. If you want to update an existing object use the `Update` endpoint
// You need to send the request as a multipart/form-data rather than the usual application/json
// with each parameter as a form field.
func main() {
spaceService := space.NewSpaceService(os.Getenv("M3O_API_TOKEN"))
rsp, err := spaceService.Create(&space.CreateRequest{