Skip to content

LTD-Beget/openapi-vps-image-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BegetOpenAPIVps-image

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

Installation & Usage

Requirements

PHP 7.4 and later. Should also work with PHP 8.0.

Composer

To install the bindings via Composer, add the following to composer.json:

{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/LTD-Beget/openapi-vps-image-php.git"
    }
  ],
  "require": {
    "LTD-Beget/openapi-vps-image-php": "*@dev"
  }
}

Then run composer install

Manual Installation

Download the files and include autoload.php:

<?php
require_once('/path/to/BegetOpenAPIVps-image/vendor/autoload.php');

Getting Started

Please follow the installation procedure and then run the following:

<?php
require_once(__DIR__ . '/vendor/autoload.php');



// Configure Bearer (JWT) authorization: bearerAuth
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');


$apiInstance = new OpenAPI\Client\Api\ManageServiceApi(
    // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
    // This is optional, `GuzzleHttp\Client` will be used as default.
    new GuzzleHttp\Client(),
    $config
);
$image_create_image_request = new \OpenAPI\Client\Model\ImageCreateImageRequest(); // \OpenAPI\Client\Model\ImageCreateImageRequest

try {
    $result = $apiInstance->manageServiceCreateImage($image_create_image_request);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ManageServiceApi->manageServiceCreateImage: ', $e->getMessage(), PHP_EOL;
}

API Endpoints

All URIs are relative to https://api.beget.com

Class Method HTTP request Description
ManageServiceApi manageServiceCreateImage POST /v1/image
ManageServiceApi manageServiceDeleteImage DELETE /v1/image/{id}
ManageServiceApi manageServiceGetCalculation GET /v1/image/calculation
ManageServiceApi manageServiceGetDownloadLink GET /v1/image/{id}/link
ManageServiceApi manageServiceGetList GET /v1/image
ManageServiceApi manageServiceGetRegionList GET /v1/image/region
ManageServiceApi manageServiceRestoreImage POST /v1/image/{id}/restore
ManageServiceApi manageServiceUpdateImage PUT /v1/image/{id}

Models

Authorization

Authentication schemes defined for the API:

bearerAuth

  • Type: Bearer authentication (JWT)

Tests

To run the tests, use:

composer install
vendor/bin/phpunit

Author

About this package

This PHP package is automatically generated by the OpenAPI Generator project:

  • API version: v1.0.6
    • Package version: v1.0.6
  • Build package: org.openapitools.codegen.languages.PhpClientCodegen

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •