Skip to content

feat: newArticleGroup API call#12

Open
roydejong wants to merge 1 commit intomplus-software:masterfrom
SoftwarePunt:newArticleGroup
Open

feat: newArticleGroup API call#12
roydejong wants to merge 1 commit intomplus-software:masterfrom
SoftwarePunt:newArticleGroup

Conversation

@roydejong
Copy link

@roydejong roydejong commented Aug 24, 2022

This adds support for the newArticleGroup API call.

Example:

<?php

/**
 * @var $client MplusQAPIclient
 */
$response = $client->newArticleGroup([
  'name' => 'My group',
  'text' => 'Extra text'
]);

var_dump($response);
// array (size=1)
//  'groupNumber' => int 123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant