Multiple fixes
* Implemented ScriptRunner with environment expansion and cleaner code. * Added ApiClient plugin (com.noccy.apiclient) * Renamed CHANGELOG.md to VERSIONS.md * Shuffled buildtools * Added first unittests
This commit is contained in:
13
plugins/com.noccy.apiclient/Api/Profile.php
Normal file
13
plugins/com.noccy.apiclient/Api/Profile.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php // "name":"Call on web APIs", "author":"Noccy"
|
||||
|
||||
namespace SparkPlug\Com\Noccy\ApiClient\Api;
|
||||
|
||||
class Profile
|
||||
{
|
||||
private array $properties = [];
|
||||
|
||||
public function getProperties(): array
|
||||
{
|
||||
return $this->properties;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user