1.6.4 • Published 5 years ago

gitlab-api-interfaces v1.6.4

Weekly downloads
4
License
MIT
Repository
github
Last release
5 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

5 years ago

1.6.3

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.6.0-alpha.0

5 years ago