setmore-sdk
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "setmore-sdk", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -83,6 +83,10 @@ # Setmore SDK | ||
// Get Customer | ||
setmore.customers.getCustomer({ | ||
given_name: 'John', | ||
email: 'john@example.com', | ||
}); | ||
setmore.customers | ||
.getCustomer({ | ||
given_name: 'John', | ||
email: 'john@example.com', | ||
}) | ||
.then((customer) => { | ||
console.log(customer); | ||
}); | ||
@@ -185,4 +189,4 @@ // Create Customer | ||
If you have any questions, please feel free to reach out to me by email or LinkedIn. | ||
[Email](mailto:jimenezraul1981@gmail.com) | ||
If you have any questions, please feel free to reach out to me by email or LinkedIn. | ||
[Email](mailto:jimenezraul1981@gmail.com) | ||
[LinkedIn](https://www.linkedin.com/in/raul-jimenez-778b2a196/) | ||
@@ -192,2 +196,2 @@ | ||
[https://raulwebdev.com](https://raulwebdev.com) | ||
[https://raulwebdev.com](https://raulwebdev.com) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14847
195