Code Monkey home page Code Monkey logo

cta-brick-request's Introduction

CTA-BRICK-REQUEST

Build Status Coverage Status codecov

This is the Brick adapter of cta-tool-request, it allows making http requests over this tool in a flowcontrol application

First refer to cta-brick and cta-flowcontrol repositories to familiarize yourself with those concepts.

Like all bricks, it can be easily injected into a flowcontrol application using a configuration

Brick dependencies

This brick depends on cta-tool-request

Brick properties

Currently none

Brick contracts

nature.type nature.quality payload sample
request exec { method: 'HEAD', url: 'http://some.domain.com' }
request get { url: 'http://some.domain.com' }
request post { url: 'http://some.domain.com', body: {id: 1, name: 'foo'}, headers: {'x-from': 'some service'} }
request put { url: 'http://some.domain.com/1', body: { name: 'bar'} }
request delete { url: 'http://some.domain.com/1', headers: {'token': 'dsqqp1lkjuldskfj2scfkswnhd9wfwjswjhn9g'} }

Configuration sample

'use strict';

module.exports = {
  tools: [{
    name: 'request',
    module: 'cta-tool-request',
    properties: {},
  }],
  bricks: [{
    name: 'Request',
    module: 'cta-brick-request',
    dependencies: {
      request: 'request',
    },
    properties: {},
    subscribe: [{
      topic: 'requests.com',
      data: [{
        nature: {
          type: 'request',
          quality: 'exec',
        },
      }],
    }],
  }, {
    name: 'Service',
    module: '../../cta-brick-request/samples/flowcontrol/service.js',
    dependencies: {},
    properties: {
      apiURL: 'http://localhost:9000/api',
    },
    publish: [{
      topic: 'requests.com',
      data: [{
        nature: {
          type: 'request',
          quality: 'exec',
        },
      }],
    }],
  }],
};

See a full working sample in /samples/flowcontrol/

cta-brick-request's People

Contributors

kiettisak-angkanawin avatar panit-tr avatar suravee avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

pattama

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.