Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-11-03 15:36:34 +00:00
parent aecab5372c
commit 7335a0576f
182 changed files with 1044 additions and 517 deletions

View File

@@ -12,4 +12,5 @@ func main() {
currencyService := currency.NewCurrencyService(os.Getenv("M3O_API_TOKEN"))
rsp, err := currencyService.Codes(&currency.CodesRequest{})
fmt.Println(rsp, err)
}

View File

@@ -16,4 +16,5 @@ func main() {
To: "GBP",
})
fmt.Println(rsp, err)
}

View File

@@ -15,4 +15,5 @@ func main() {
To: "GBP",
})
fmt.Println(rsp, err)
}

View File

@@ -15,4 +15,5 @@ func main() {
Date: "2021-05-30",
})
fmt.Println(rsp, err)
}

View File

@@ -14,4 +14,5 @@ func main() {
Code: "USD",
})
fmt.Println(rsp, err)
}