2017 © Pedro Peláez
 

api results-api

API for Results site.

image

drupalci/results-api

API for Results site.

  • Thursday, April 23, 2015
  • by drupalci
  • Repository
  • 5 Watchers
  • 0 Stars
  • 361 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

DrupalCI - Results API

Overview

An API for interacting with the Drupal 8 results site., (*1)

Installation

Add the following to your composer.json, (*2)

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

Usage

The following commands will set up the API, (*3)

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

Take a look at the class for the remaining API options., (*4)

(will documentation at a later date), (*5)

The Versions

23/04 2015

dev-guzzle4

dev-guzzle4 https://github.com/nickschuch/drupalci-results-api

API for Results site.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

api results drupalci

30/03 2015

dev-master

9999999-dev https://github.com/nickschuch/drupalci-results-api

API for Results site.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

api results drupalci