Skip to content

Releases: sambaala/R-acumos

acumos v0.3-0

13 Mar 11:15
Compare
Choose a tag to compare
  • add composeFromSource() and pushFromSource() functions, enabling
    respectively to compose and to push a bundle from an R file (considered
    as the component source) in which all the functions and auxiliary
    objects needed to compose the bundle are defined.

  • change push() to look up and include in the POST request a potential
    component.R file contained in the bundle.

acumos v0.2-8

12 Mar 10:16
fbeb792
Compare
Choose a tag to compare
  • add create, license and headers parameters to push().

  • change the meaning of ... in push() to supply any additional
    elements for body of the POST request. This allows optional
    parameters to be added to the onboarding service.