mirror of
https://github.com/anikeen-com/id.git
synced 2026-03-13 13:46:13 +00:00
first commit
This commit is contained in:
11
src/Id/ApiOperations/Post.php
Normal file
11
src/Id/ApiOperations/Post.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Anikeen\Id\ApiOperations;
|
||||
|
||||
use Anikeen\Id\Helpers\Paginator;
|
||||
use Anikeen\Id\Result;
|
||||
|
||||
trait Post
|
||||
{
|
||||
abstract public function post(string $path = '', array $parameters = [], Paginator $paginator = null): Result;
|
||||
}
|
||||
Reference in New Issue
Block a user