Skip to content

Coskntkk/ciceksepeti-api

Repository files navigation

Çiçeksepeti API

Version npm code style: prettier

Ç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.

License

MIT

Supporting

"Buy Me A Coffee"