GitHub - drupalci/results-api: A library for interacting with the DrupalCI results site. · GitHub
Skip to content

drupalci/results-api

Folders and files

Repository files navigation

DrupalCI - Results API

Overview

An API for interacting with the Drupal 8 results site.

Installation

Add the following to your composer.json

{
  "require": {
    "drupalci/results-api": "dev-master"
  }
}

Usage

The following commands will set up the API

$api = new API();
$api->setUrl('http://example.com');
$api->setAuth('username', 'password');

Take a look at the class for the remaining API options.

(will documentation at a later date)

About

A library for interacting with the DrupalCI results site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages