1.6.4 • Published 4 years ago

gitlab-api-interfaces v1.6.4

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

This is a port of C# models from https://github.com/nmklotas/GitLabApiClient to Typescript.

Installation:

yarn add gitlab-api-interfaces
npm install gitlab-api-interfaces

Usage:

import { MergeRequest } from 'gitlab-api-interfaces';

/**
 * MergeRequest == { labels: string[]; source_branch: string; ... }
 */
1.6.4

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.6.0-alpha.0

4 years ago