Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-12-08 14:53:42 +00:00
parent eca42fbc54
commit 9f36bc2691
23 changed files with 832 additions and 832 deletions

View File

@@ -6,7 +6,7 @@ Endpoints:
## Assets
Return a list of NFT assets
Return a list of assets
[https://m3o.com/nft/api#Assets](https://m3o.com/nft/api#Assets)
@@ -21,7 +21,7 @@ import(
"go.m3o.com/nft"
)
// Return a list of NFT assets
// Return a list of assets
func GetAlistOfAssets() {
nftService := nft.NewNftService(os.Getenv("M3O_API_TOKEN"))
rsp, err := nftService.Assets(&nft.AssetsRequest{

View File

@@ -7,7 +7,7 @@ import (
"go.m3o.com/nft"
)
// Return a list of NFT assets
// Return a list of assets
func main() {
nftService := nft.NewNftService(os.Getenv("M3O_API_TOKEN"))
rsp, err := nftService.Assets(&nft.AssetsRequest{