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

gitlab-api-request

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab-api-request - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

package.json
{
"name": "gitlab-api-request",
"version": "1.0.1",
"version": "1.0.2",
"description": "Script for make request to the gitlab API",

@@ -11,3 +11,3 @@ "main": "index.js",

"bin": {
"gl": "./index.js"
"gr": "./index.js"
},

@@ -14,0 +14,0 @@ "author": {

@@ -6,9 +6,27 @@ # Gitlab api request (script)

### Installing
## Installing
```
npm install gitlab-api-request -g
npm install -g gitlab-api-request
```
## Getting Started
After install the library just type `gr -h` in a terminal and see the documentation.
### Issues command
An example for see all the estimation time, you can use the next example:
```
gr -logs info -token 3aSAkG6bisadf2345-sRU issues my-estimations "milestone"="2019-02"
```
the result will be something like this:
```
Estimate 48.5
Spent 0
Issues 17
```
## Testing code

@@ -15,0 +33,0 @@

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