We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc10ced commit 5b9de48Copy full SHA for 5b9de48
README.adoc
@@ -91,8 +91,8 @@ link:https://models.modzy.com/docs/users-keys/api-keys/retrieve-users-api-keys[L
91
----
92
const keys = await modzyClient.getAccountingClient().getAPIKeys('your@email.com');
93
keys.forEach(
94
- keys => {
95
- console.log(JSON.stringify(model));
+ key => {
+ console.log(JSON.stringify(key));
96
}
97
);
98
0 commit comments