mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
implement ComtyClient
This commit is contained in:
parent
8e534f6b7e
commit
8d504c1400
@ -0,0 +1,9 @@
|
|||||||
|
import createClient from "comty.js"
|
||||||
|
|
||||||
|
export default (params = {}) => {
|
||||||
|
return createClient({
|
||||||
|
...params,
|
||||||
|
accessKey: process.env.COMTY_ACCESS_KEY,
|
||||||
|
privateKey: process.env.COMTY_PRIVATE_KEY,
|
||||||
|
})
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user