Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@managed-api/gitlab-v4-stitch-it

Package Overview
Dependencies
Maintainers
7
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@managed-api/gitlab-v4-stitch-it - npm Package Compare versions

Comparing version 0.2.0 to 2.1.0

8

package.json
{
"name": "@managed-api/gitlab-v4-stitch-it",
"description": "Adaptavist Managed API for GitLab API v4 for Stitch It environment",
"version": "0.2.0",
"description": "Adaptavist Managed API for GitLab API v4 for ScriptRunner Connect environment",
"version": "2.1.0",
"main": "index.js",
"type": "module",
"dependencies": {
"@managed-api/commons-core": "^0.3.11",
"@managed-api/gitlab-v4-core": "^0.2.0",
"@managed-api/commons-core": "^0.3.12",
"@managed-api/gitlab-v4-core": "^2.1.0",
"@stitch-it/runtime": "^0.2.0"

@@ -11,0 +11,0 @@ },

@@ -1,8 +0,8 @@

# Stitch It Managed API for GitLab
Managed API for GitLab is an API Client for GitLab by [Adaptavist](https://www.adaptavist.com/). You can read more about Managed APIs [here](https://docs.adaptavist.com/stitchit/managed-apis).
# ScriptRunner Connect Managed API for GitLab
Managed API for GitLab is an API Client for GitLab by [Adaptavist](https://www.adaptavist.com/). You can read more about Managed APIs [here](https://docs.adaptavist.com/src/managed-apis).
This is [Stitch It](https://www.adaptavist.com/products/other-apps/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](https://www.npmjs.com/package/@managed-api/gitlab-v4-core).
This is [ScriptRunner Connect](https://scriptrunnerconnect.com) runtime specific version of the Managed API (with `sr-connect` suffix). If you want to use Managed API in any other runtime, have a look at the [runtime agnostic version](https://www.npmjs.com/package/@managed-api/gitlab-v4-core).
# Supported API calls
- [fetch](https://docs.adaptavist.com/stitchit/managed-apis/managed-api-abstractions)
- [fetch](https://docs.adaptavist.com/src/managed-apis/managed-api-abstractions)
- Branch

@@ -86,5 +86,5 @@ - [createBranch](https://docs.gitlab.com/ee/api/branches.html#create-repository-branch)

# 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:
In ScriptRunner Connect a Managed API is constructed for you, but if you need to construct it manually, here's how you can do it:
```typescript
import { GitlabApi } from '@managed-api/gitlab-v4-stitch-it';
import { GitlabApi } from '@managed-api/gitlab-v4-sr-connect';

@@ -97,3 +97,3 @@ export default async function() {

# Contact
Feel free to drop ideas, suggestions or improvements into our [Slack community channel](https://join.slack.com/t/stitchitcommunity/shared_invite/zt-1c6u4gbyq-KJV_e78H0io7yctNZTBc0A).
Feel free to drop ideas, suggestions or improvements into our [Slack community channel](https://join.slack.com/t/srconnectcommunity/shared_invite/zt-1c6u4gbyq-KJV_e78H0io7yctNZTBc0A).

@@ -100,0 +100,0 @@ # Changelog

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc