Skip to content

Commit

Permalink
Removing key
Browse files Browse the repository at this point in the history
  • Loading branch information
fmunozmiranda committed Jan 15, 2025
1 parent 2d72a1d commit 18ea989
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/testPagination/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ func simpleCmp(a, b interface{}) bool {
func main() {
var err error
fmt.Println("Authenticating")
client, err = meraki.NewClientWithOptions("https://api.meraki.com/",
"12f2eb53588c75e28d89e108a05ea0c2487b08cf",
"true", "AplicationName VendorName")
client, err = meraki.NewClient()
if err != nil {
fmt.Println(err)
return
Expand Down

0 comments on commit 18ea989

Please sign in to comment.