8000 String get/set added by saracalihan · Pull Request #59 · anchovycation/metronom · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

String get/set added #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

saracalihan
Copy link
Member

Close #43

setKey

Set String key

Paramaters:

paramater Type Default Value
key string
value string
  const isOk = await metronom.setKey('foo', 'bar'); // OK

getKey

Get String key

Paramaters:

paramater Type Default Value
key string
  // await metronom.setKey('foo', 'bar');
  const value = await metronom.getKey('foo'); // bar

@saracalihan saracalihan merged commit b587776 into anchovycation:main Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

key-value desteği eklenmeli
1 participant
0