1.1.1 • Published 2 years ago

ciceksepeti-api v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.0

2 years ago

1.0.10-0

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6-1

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago