All Projects → ngetchell → Psgitlab

ngetchell / Psgitlab

Licence: mit
An interface for administering GitLab from the PowerShell command line.

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Psgitlab

Best Of Web Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+1620%)
Mutual labels:  api, rest-api
Githubapi
Swift implementation of Github REST API v3
Stars: ✭ 55 (-15.38%)
Mutual labels:  api, rest-api
Rest Layer
REST Layer, Go (golang) REST API framework
Stars: ✭ 1,068 (+1543.08%)
Mutual labels:  api, rest-api
Generator Http Fake Backend
Yeoman generator for building a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 49 (-24.62%)
Mutual labels:  api, rest-api
Http Prompt
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
Stars: ✭ 8,329 (+12713.85%)
Mutual labels:  api, rest-api
Aws Serverless Java Container
A Java wrapper to run Spring, Jersey, Spark, and other apps inside AWS Lambda.
Stars: ✭ 1,054 (+1521.54%)
Mutual labels:  api, rest-api
Ynab Sdk Ruby
YNAB API Ruby Library
Stars: ✭ 54 (-16.92%)
Mutual labels:  api, rest-api
Generator Expressjs Rest
Project template for an ExpressJS application
Stars: ✭ 41 (-36.92%)
Mutual labels:  api, rest-api
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+16260%)
Mutual labels:  api, rest-api
Standards.rest
A collection of standards, specifications, etc. for HTTP API development.
Stars: ✭ 58 (-10.77%)
Mutual labels:  api, rest-api
Cl Rest Server
Serve REST APIs from Common Lisp
Stars: ✭ 44 (-32.31%)
Mutual labels:  api, rest-api
Gaanaapi
Unofficial Gaana API
Stars: ✭ 59 (-9.23%)
Mutual labels:  api, rest-api
Contentjet Ui
Headless API-first content management system
Stars: ✭ 42 (-35.38%)
Mutual labels:  api, rest-api
Rest Control
Framework for testing and validation REST services
Stars: ✭ 51 (-21.54%)
Mutual labels:  api, rest-api
Axios Rest
A simple axios wrapper to make rest api call delightful
Stars: ✭ 41 (-36.92%)
Mutual labels:  api, rest-api
Json Api Dart
JSON:API client for Dart/Flutter
Stars: ✭ 53 (-18.46%)
Mutual labels:  api, rest-api
Drive
☁️ A distributed cloud based lazy drive to files integrated with Dropbox, Google Drive.
Stars: ✭ 36 (-44.62%)
Mutual labels:  api, rest-api
Laravel Compass
A REST client inside your Laravel app
Stars: ✭ 1,002 (+1441.54%)
Mutual labels:  api, rest-api
Api Strategy
Equinor API Strategy
Stars: ✭ 56 (-13.85%)
Mutual labels:  api, rest-api
Rest Hapi
🚀 A RESTful API generator for Node.js
Stars: ✭ 1,102 (+1595.38%)
Mutual labels:  api, rest-api

An interface for administering GitLab from a Windows PC using PowerShell.

Build status

Installation

Find-Module -Name PSGitLab | Install-Module

Getting started

Before you start to use PSGitLab you need to

  • obtain your your personal access token
  • save your personal access token and the GitLab URL using Save-GitLabAPIConfiguration
Save-GitLabAPIConfiguration -Domain https://my-gitlab.example.com -Token "mPnTssWyBCMjxxxxxxxJQ"

Your configuration data are saved to the file "$env:appdata\PSGitLab\PSGitLabConfiguration.xml".

API Requests

If you think there is an GitLab API I missed make sure to request it as an issue. I added the API calls that I needed to get work done. You might need others. Let me know.

Contributing

Before issuing a Pull Request make sure to run the following code to make sure your not additions don't get kicked back.

.\build.ps1 -Task Pre-Commit

This will run your code against the PSScriptAnalyzer and Pester tests. If you're writing code against a specific function you can use Pester tags to check against just that one function.

Invoke-Pester -Tag get-gitlabproject

Milestones

Milestones will be used for code coverage. Each API call has it's own issue and each group of API calls will be categorized by the corresponding milestone.

Issues

If you find a bug, please let me know through the issue tracker. The more details you provide the better.

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].