1.1.1 • Published 12 months ago

ciceksepeti-api v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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

1.1.1

12 months ago

1.1.0

1 year ago

1.0.10-0

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6-1

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago