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