This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@managed-api/tempo-cloud-v4-stitch-it
TypeScript icon, indicating that this package has built-in type declarations

0.16.0 • Public • Published

Stitch It Managed API for Tempo Cloud

Managed API for Tempo Cloud is an API Client for Tempo Cloud by Adaptavist. You can read more about Managed APIs here.

This is Stitch It runtime specific version of the Managed API (with stitch-it suffix). If you want to use Managed API in any other runtime, have a look at the runtime agnostic version.

Supported API calls

Constructing Managed API

In Stitch It a Managed API is constructed for you, but if you need to construct it manually, here's how you can do it:

import { TempoCloudApi } from '@managed-api/tempo-cloud-v4-stitch-it';

export default async function() {
    const api = new TempoCloudApi('API_CONNECTION_ID');
}

Contact

Feel free to drop ideas, suggestions or improvements into our Slack community channel.

Changelog

0.16.0

Changes

  • Updated OpenApi Specification

  • Field issueId was removed from Worklog.updateWorklog.

  • Changed the previous Plan.getPlans method to Plan.searchPlans.

Added support for the following Plan method:

Added support for the following Worklog.Work method:

0.12.0

Changed response type for the following Account methods:

0.11.0

Added support for the following Account methods:

Added support for the following Account.Category methods:

Added support for the following Account.Category.Type methods:

Added support for the following Account.Link methods:

Added support for the following Customer methods:

0.10.0

Changed response type for the following Work.Attribute methods:

  • Retrieve Attributes that can be used as Work.Attribute.getAttributes or All.getWorkAttributes.

0.9.0

Added support for the following Account methods:

  • Create Account that can be used as Account.createAccount or All.createAccount.
  • Delete Account that can be used as Account.deleteAccount or All.deleteAccount.
  • Update Account that can be used as Account.updateAccount or All.updateAccount.

Added support for the following Work.Attribute methods:

  • Retrieve Attributes that can be used as Work.Attribute.getAttributes or All.getWorkAttributes.
  • Create Attribute that can be used as Work.Attribute.createAttribute or All.createWorkAttribute.
  • Delete Attribute that can be used as Work.Attribute.deleteAttribute or All.deleteWorkAttribute.
  • Retrieve Attribute that can be used as Work.Attribute.getAttribute or All.getWorkAttribute.
  • Update Attribute that can be used as Work.Attribute.updateAttribute or All.updateWorkAttribute.

0.8.0

Added support for the following Account methods:

  • Retrieve Accounts that can be used as Account.getAccounts or All.getAccounts.
  • Search Accounts that can be used as Account.searchAccounts or All.searchAccounts.
  • Retrieve Account that can be used as Account.getAccountById or All.getAccountById.

Added support for the following GenericResource methods:

Added support for the following Plan methods:

0.3.0

Removed support for the following methods:

  • Worklog.Search.getWorklogsByFilterId or All.getWorklogsByFilterId.
  • Worklog.getJiraWorklog or All.getJiraWorklog.

Added support for the following Worklog.Search method:

Fixed following methods:

0.1.0

Added support for the following Worklog methods:

Added support for the following Worklog.Search methods:

Added support for the following Worklog.Work methods:

Copyright Adaptavist 2023 (c) All rights reserved

Readme

Keywords

none

Package Sidebar

Install

npm i @managed-api/tempo-cloud-v4-stitch-it

Weekly Downloads

0

Version

0.16.0

License

UNLICENSED

Unpacked Size

23.5 kB

Total Files

6

Last publish

Collaborators

  • adaptavist-horizon-dev
  • eknoll
  • jsaks
  • jtrumm
  • mtapsi
  • ssarapov
  • theshumanator