Giter Site home page Giter Site logo

octadesk-api-library-npm's Introduction

octadesk-api

Node proxy to Octadesk APIs

npm version

Install

npm install @useems/octadesk-api

Usage

Use your API Token or your Octadesk credentials.

const octadeskAPI = require('octadesk-api')

let octadesk = new octadeskAPI('https://api.octadesk.services')
await octadesk.authenticate({ 'subdomain': 'YOUR_SUBDOMAIN', 'apitoken': 'octa.YOUR_API_TOKEN', 'username': 'A_VALID_USERNAME' })

/* or */

let octadesk = new octadeskAPI('https://api.octadesk.services')
await octadesk.authenticate({ 'subdomain': 'YOUR_SUBDOMAIN', 'username': 'A_VALID_USERNAME', 'password': 'THE_USER_PASSWORD' })

/* then */

octadesk.tags.get("")
    .then(tags => {
        tags.forEach(tag => {
            console.log(tag.name)
        })
    })

Functions

Company (octadesk.company)

Custom Fields (octadesk.customfields)

Forms (octadesk.forms)

Groups (octadesk.groups)

Help Center (octadesk.helpcenter)

Macros (octadesk.macros)

Organizations (octadesk.organizations)

  • organizations.get(id) - GET /{id}
  • organizations.create(organization) - POST /
  • organizations.update(organization) - PUT /{id}

Persons (octadesk.persons)

Products (octadesk.products)

Smart Forms (octadesk.smartforms)

Subjects (octadesk.subjects)

  • subjects.getAll() - GET /
  • subjects.get(id) - GET /{id}
  • subjects.search(keyword, onlyEnabledItems = true, invisibleToClient = true) - GET /search

Tags (octadesk.tags)

Tickets (octadesk.tickets)

Workflow (octadesk.workflow)

octadesk-api-library-npm's People

Contributors

rhsobr avatar useems avatar renecovic avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.