Skip to content
asana-magics / 1.0.1-ci-4263876762.0

asana-magics 1.0.1-ci-4263876762.0

Install from the command line:
Learn more about npm packages
$ npm install @mobsuccess-devops/asana-magics@1.0.1-ci-4263876762.0
Install via package.json:
"@mobsuccess-devops/asana-magics": "1.0.1-ci-4263876762.0"

About this version

asana-magics

This repository is a central place to store Asana magic number and strings.

It helps to reference theses magics in other repositories (you'll save an API call to Asana).

Example

Sample usage:

const asanaMagics = require("@mobsuccess-devops/asana-magics");

const gid = asanaMagics.customFields.live.gid;
console.log(gid);

Asana API Explorer

When adding stuff in the dashboard, you may use the Asana API Explorer to get the gids.

For exemple, to view all the custom fields in the Mobsuccess workspace:

  1. choose GET /workspaces/:workspace_gid/custom_fields
  2. increase the limit (100 or maybe more)
  3. in the workspace_gid, enter: 634223311732610
  4. click submit

Details


Assets

  • asana-magics-1.0.1-ci-4263876762.0.tgz

Download activity

  • Total downloads 5
  • Last 30 days 0
  • Last week 0
  • Today 0