Çiçeksepeti Marketplace API bindings for Node.js.
$ npm install --save ciceksepeti-apiThis module exports a constructor function which takes an options object.
Creates a new Ciceksepeti instance.
options- Required - A plain JavaScript object that contains the configuration options.
apiKey- A string that specifies the API key of the app.
A Ciceksepeti instance.
Throws an Error exception if the required options are missing.
const Ciceksepeti = require('ciceksepeti-api')
const ciceksepeti = new Ciceksepeti({
apiKey: 'your-api-key',
})View the documentation for a list of available resources and methods.
Contributions are always welcome!
See CONTRIBUTING.md for ways to get started.
