e-monsite / e-monsite-api-php-client
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
dev-main
2022-06-03 08:36 UTC
Requires
- php: ^7.4 || ^8.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.3
- guzzlehttp/psr7: ^1.7 || ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.5
- phpunit/phpunit: ^8.0 || ^9.0
This package is auto-updated.
Last update: 2025-03-01 00:38:06 UTC
README
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/e-monsite/e-monsite-api-php-client.git" } ], "require": { "e-monsite/e-monsite-api-php-client": "*@dev" } }
Then run composer install
Manual Installation
Download the files and include autoload.php
:
<?php require_once('/path/to/EmonsiteApiPhpClient/vendor/autoload.php');
Getting Started
Please follow the installation procedure and then run the following:
<?php require_once(__DIR__ . '/vendor/autoload.php'); // Configure API key authorization: apiKey $config = EmonsiteApi\Configuration::getDefaultConfiguration()->setApiKey('Authorization', 'YOUR_API_KEY'); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // $config = EmonsiteApi\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer'); $apiInstance = new EmonsiteApi\Api\AlbumImageApi( // 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 ); $siteId = 'siteId_example'; // string $page = 1; // int | The collection page number $itemsPerPage = 30; // int | The number of items per page try { $result = $apiInstance->getAlbumImageCollection($siteId, $page, $itemsPerPage); print_r($result); } catch (Exception $e) { echo 'Exception when calling AlbumImageApi->getAlbumImageCollection: ', $e->getMessage(), PHP_EOL; }
API Endpoints
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
AlbumImageApi | getAlbumImageCollection | GET /album_images | Retrieves the collection of AlbumImage resources. |
AlbumImageApi | getAlbumImageItem | GET /album_images/{id} | Retrieves a AlbumImage resource. |
AlbumImageApi | postAlbumImageCollection | POST /album_images | Creates a AlbumImage resource. |
AuthentificationApi | postCredentialsItem | POST /auth | Get a JWT token to login. |
BeginCategoryApi | deleteBeginCategoryItem | DELETE /begin_categories/{id} | Removes the BeginCategory resource. |
BeginCategoryApi | getBeginCategoryCollection | GET /begin_categories | Retrieves the collection of BeginCategoryOutputDto resources. |
BeginCategoryApi | getBeginCategoryItem | GET /begin_categories/{id} | Retrieves a BeginCategoryOutputDto resource. |
BeginCategoryApi | patchBeginCategoryItem | PATCH /begin_categories/{id} | Updates the BeginCategory resource. |
BeginCategoryApi | postBeginCategoryCollection | POST /begin_categories | Creates a BeginCategory resource. |
BeginChoiceApi | deleteBeginChoiceItem | DELETE /begin_choices/{id} | Removes the BeginChoice resource. |
BeginChoiceApi | getBeginChoiceCollection | GET /begin_choices | Retrieves the collection of BeginChoiceOutputDto resources. |
BeginChoiceApi | getBeginChoiceItem | GET /begin_choices/{id} | Retrieves a BeginChoiceOutputDto resource. |
BeginChoiceApi | patchBeginChoiceItem | PATCH /begin_choices/{id} | Updates the BeginChoice resource. |
BeginChoiceApi | postBeginChoiceCollection | POST /begin_choices | Creates a BeginChoice resource. |
BlogPostApi | getBlogPostCollection | GET /blog_posts | Retrieves the collection of BlogPostOutputDto resources. |
BlogPostApi | getBlogPostItem | GET /blog_posts/{id} | Retrieves a BlogPostOutputDto resource. |
BrandApi | apiBrandsBrandDomainsGetSubresource | GET /brands/{id}/brand_domains | Retrieves the collection of Branddomain resources. |
BrandApi | getBrandCollection | GET /brands | Retrieves the collection of BrandOutputDto resources. |
BrandApi | getBrandItem | GET /brands/{id} | Retrieves a BrandOutputDto resource. |
BrandApi | patchBrandItem | PATCH /brands/{id} | Updates the Brand resource. |
BrandMailtemplateApi | getBrandMailtemplateCollection | GET /brand_mailtemplates | Retrieves the collection of BrandMailtemplateOutputDto resources. |
BrandMailtemplateApi | getBrandMailtemplateItem | GET /brand_mailtemplates/{id} | Retrieves a BrandMailtemplateOutputDto resource. |
BranddomainApi | apiBrandsBrandDomainsGetSubresource | GET /brands/{id}/brand_domains | Retrieves the collection of Branddomain resources. |
BranddomainApi | getBranddomainCollection | GET /branddomains | Retrieves the collection of BranddomainOutputDto resources. |
BranddomainApi | getBranddomainItem | GET /branddomains/{id} | Retrieves a BranddomainOutputDto resource. |
CategoryApi | getCategoryCollection | GET /categories | Retrieves the collection of CategoryOutputDto resources. |
CategoryApi | getCategoryItem | GET /categories/{id} | Retrieves a CategoryOutputDto resource. |
CategoryApi | postCategoryCollection | POST /categories | Creates a Category resource. |
CommandApi | activateCommandItem | GET /commands/{id}/activate | Activate a command (payment received) |
CommandApi | getCommandCollection | GET /commands | Retrieves the collection of CommandOutputDto resources. |
CommandApi | getCommandItem | GET /commands/{id} | Retrieves a CommandOutputDto resource. |
CommandApi | patchCommandItem | PATCH /commands/{id} | Updates the Command resource. |
CommandProductApi | getCommandProductCollection | GET /command_products | Retrieves the collection of CommandProductOutputDto resources. |
CommandProductApi | getCommandProductItem | GET /command_products/{id} | Retrieves a CommandProductOutputDto resource. |
CommandProductApi | postCommandProductCollection | POST /command_products | Creates a CommandProduct resource. |
CouponApi | deleteCouponItem | DELETE /coupons/{id} | Removes the Coupon resource. |
CouponApi | getCouponCollection | GET /coupons | Retrieves the collection of CouponOutputDto resources. |
CouponApi | getCouponItem | GET /coupons/{id} | Retrieves a CouponOutputDto resource. |
CouponApi | postCouponCollection | POST /coupons | Creates a Coupon resource. |
CouponApi | putCouponItem | PUT /coupons/{id} | Replaces the Coupon resource. |
DirectoryCategoryApi | deleteDirectoryCategoryItem | DELETE /directory_categories/{id} | Removes the DirectoryCategory resource. |
DirectoryCategoryApi | getDirectoryCategoryCollection | GET /directory_categories | Retrieves the collection of DirectoryCategoryOutputDto resources. |
DirectoryCategoryApi | getDirectoryCategoryItem | GET /directory_categories/{id} | Retrieves a DirectoryCategoryOutputDto resource. |
DirectoryCategoryApi | patchDirectoryCategoryItem | PATCH /directory_categories/{id} | Updates the DirectoryCategory resource. |
DirectoryCategoryApi | postDirectoryCategoryCollection | POST /directory_categories | Creates a DirectoryCategory resource. |
DirectorySiteApi | deleteDirectorySiteItem | DELETE /directory_sites/{id} | Removes the DirectorySite resource. |
DirectorySiteApi | getDirectorySiteCollection | GET /directory_sites | Retrieves the collection of DirectorySiteOutputDto resources. |
DirectorySiteApi | getDirectorySiteItem | GET /directory_sites/{id} | Retrieves a DirectorySiteOutputDto resource. |
DirectorySiteApi | patchDirectorySiteItem | PATCH /directory_sites/{id} | Updates the DirectorySite resource. |
DirectorySiteApi | postDirectorySiteCollection | POST /directory_sites | Creates a DirectorySite resource. |
EcoCombinationApi | deleteEcoCombinationItem | DELETE /eco_combinations/{id} | Removes the EcoCombination resource. |
EcoCombinationApi | getEcoCombinationCollection | GET /eco_combinations | Retrieves the collection of EcoCombinationOutputDto resources. |
EcoCombinationApi | getEcoCombinationItem | GET /eco_combinations/{id} | Retrieves a EcoCombinationOutputDto resource. |
EcoCombinationApi | postEcoCombinationCollection | POST /eco_combinations | Creates a EcoCombination resource. |
EcoDiscountApi | deleteEcoDiscountItem | DELETE /eco_discounts/{id} | Removes the EcoDiscount resource. |
EcoDiscountApi | getEcoDiscountCollection | GET /eco_discounts | Retrieves the collection of EcoDiscountOutputDto resources. |
EcoDiscountApi | getEcoDiscountItem | GET /eco_discounts/{id} | Retrieves a EcoDiscountOutputDto resource. |
EcoDiscountApi | patchEcoDiscountItem | PATCH /eco_discounts/{id} | Updates the EcoDiscount resource. |
EcoDiscountApi | postEcoDiscountCollection | POST /eco_discounts | Creates a EcoDiscount resource. |
EcoManufacturerApi | getEcoManufacturerCollection | GET /eco_manufacturers | Retrieves the collection of EcoManufacturerOutputDto resources. |
EcoManufacturerApi | getEcoManufacturerItem | GET /eco_manufacturers/{id} | Retrieves a EcoManufacturerOutputDto resource. |
EcoOrderApi | getEcoOrderCollection | GET /eco_orders | Retrieves the collection of EcoOrderOutputDto resources. |
EcoOrderApi | getEcoOrderItem | GET /eco_orders/{id} | Retrieves a EcoOrderOutputDto resource. |
EcoOrderApi | patchEcoOrderItem | PATCH /eco_orders/{id} | Updates the EcoOrder resource. |
EcoOrderDetailUploadApi | downloadEcoOrderDetailUploadItem | GET /eco_order_detail_uploads/{id}/download | download the file |
EcoPacklinkCarrierApi | getEcoPacklinkCarrierItem | GET /eco_packlink_carriers/{id} | Retrieves a EcoPacklinkOutputDto resource. |
EcoPictureApi | getEcoPictureItem | GET /eco_pictures/{id} | Retrieves a EcoPictureOutputDto resource. |
EcoPictureApi | postEcoPictureCollection | POST /eco_pictures | Creates a EcoPicture resource. |
EcoProductApi | deleteEcoProductItem | DELETE /eco_products/{id} | Removes the EcoProduct resource. |
EcoProductApi | getEcoProductCollection | GET /eco_products | Retrieves the collection of EcoProductOutputDto resources. |
EcoProductApi | getEcoProductItem | GET /eco_products/{id} | Retrieves a EcoProductOutputDto resource. |
EcoProductApi | patchEcoProductItem | PATCH /eco_products/{id} | Updates the EcoProduct resource. |
EcoProductApi | postEcoProductCollection | POST /eco_products | Creates a EcoProduct resource. |
EcoSupplierApi | getEcoSupplierCollection | GET /eco_suppliers | Retrieves the collection of EcoSupplierOutputDto resources. |
EcoSupplierApi | getEcoSupplierItem | GET /eco_suppliers/{id} | Retrieves a EcoSupplierOutputDto resource. |
EcoTaxApi | getEcoTaxCollection | GET /eco_taxes | Retrieves the collection of EcoTaxOutputDto resources. |
EcoTaxApi | getEcoTaxItem | GET /eco_taxes/{id} | Retrieves a EcoTaxOutputDto resource. |
GroupApi | getGroupCollection | GET /groups | Retrieves the collection of GroupOutputDto resources. |
GroupApi | getGroupItem | GET /groups/{id} | Retrieves a GroupOutputDto resource. |
GroupApi | postGroupCollection | POST /groups | Creates a Group resource. |
OfferApi | getOfferCollection | GET /offers | Retrieves the collection of OfferOutputDto resources. |
OfferApi | getOfferItem | GET /offers/{id} | Retrieves a OfferOutputDto resource. |
RoleApi | deleteRoleItem | DELETE /roles/{id} | Removes the Role resource. |
RoleApi | getRoleCollection | GET /roles | Retrieves the collection of RoleOutputDto resources. |
RoleApi | getRoleItem | GET /roles/{id} | Retrieves a RoleOutputDto resource. |
RoleApi | patchRoleItem | PATCH /roles/{id} | Updates the Role resource. |
RoleApi | postRoleCollection | POST /roles | Creates a Role resource. |
RoleApi | resourcesRoleItem | GET /roles-resources | Get all role resources |
SessionApi | getSessionCollection | GET /sessions | Retrieves the collection of SessionOutputDto resources. |
SessionApi | getSessionItem | GET /sessions/{id} | Retrieves a SessionOutputDto resource. |
SiteApi | apiSitesSiteUsersGetSubresource | GET /sites/{id}/site_users | Retrieves the collection of Siteuser resources. |
SiteApi | getSiteCollection | GET /sites | Retrieves the collection of SiteOutputDto resources. |
SiteApi | getSiteItem | GET /sites/{id} | Retrieves a SiteOutputDto resource. |
SiteApi | patchSiteItem | PATCH /sites/{id} | Updates the Site resource. |
SiteApi | postSiteCollection | POST /sites | Creates a Site resource. |
SiteuserApi | apiSitesSiteUsersGetSubresource | GET /sites/{id}/site_users | Retrieves the collection of Siteuser resources. |
SiteuserApi | apiUsersSiteUsersGetSubresource | GET /users/{id}/site_users | Retrieves the collection of Siteuser resources. |
SiteuserApi | deleteSiteuserItem | DELETE /siteusers/{id} | Removes the Siteuser resource. |
SiteuserApi | postSiteuserCollection | POST /siteusers | Creates a Siteuser resource. |
SslLeApi | getSslleValidationSslLeItem | GET /.well-known/acme-challenge/{certbotToken} | Retrieve certbot validation challenge matching token |
StorageImageApi | getStorageImageCollection | GET /storage_images | Retrieves the collection of StorageImageOutputDto resources. |
StorageImageApi | getStorageImageItem | GET /storage_images/{id} | Retrieves a StorageImageOutputDto resource. |
StorageImageApi | patchStorageImageItem | PATCH /storage_images/{id} | Updates the StorageImage resource. |
StorageImageApi | postStorageImageCollection | POST /storage_images | Creates a StorageImage resource. |
UserApi | apiUsersSiteUsersGetSubresource | GET /users/{id}/site_users | Retrieves the collection of Siteuser resources. |
UserApi | getMeUserItem | GET /me | Retrieve the logged user |
UserApi | getUserCollection | GET /users | Retrieves the collection of UserOutputDto resources. |
UserApi | getUserItem | GET /users/{id} | Retrieves a UserOutputDto resource. |
UserApi | getValidationMailUserItem | GET /me/validation_mail | Send the e-mail validation e-mail |
UserApi | patchUserItem | PATCH /users/{id} | Updates the User resource. |
UserApi | postUserCollection | POST /users | Creates a User resource. |
UserApi | pushNotifUserItem | POST /me/test-push-notif | Push a test notification on the user device |
UserHasRoleApi | deleteUserHasRoleItem | DELETE /user_has_roles/{id} | Removes the UserHasRole resource. |
UserHasRoleApi | getUserHasRoleCollection | GET /user_has_roles | Retrieves the collection of UserHasRoleOutputDto resources. |
UserHasRoleApi | getUserHasRoleItem | GET /user_has_roles/{id} | Retrieves a UserHasRoleOutputDto resource. |
UserHasRoleApi | patchUserHasRoleItem | PATCH /user_has_roles/{id} | Updates the UserHasRole resource. |
UserHasRoleApi | postUserHasRoleCollection | POST /user_has_roles | Creates a UserHasRole resource. |
Models
- AbstractBlock
- AbstractBlockJsonld
- AlbumImage4147e3b456efec88633ecd0377e3d39b
- AlbumImage4147e3b456efec88633ecd0377e3d39bJsonld
- ApiSitesSiteUsersGetSubresource200Response
- ArrayCollection
- ArrayCollectionJsonld
- AssocStructureModule
- AssocStructureModuleJsonld
- AssocStructurePayment
- AssocStructurePaymentJsonld
- AssocStructurePaymentV
- AssocStructurePaymentVJsonld
- BeginCategoryB425d7ae39b0fe04f80380a5489db196
- BeginCategoryB425d7ae39b0fe04f80380a5489db196Jsonld
- BeginCategoryDc16a9bcc02b0a6b952ca856e741db30
- BeginCategoryDc16a9bcc02b0a6b952ca856e741db30Jsonld
- BeginCategoryF0c108203dccba65ff19d7e99e810cf3
- BeginChoice6e2a40ac5a3e62cfe436bfdd79474c58
- BeginChoice6e2a40ac5a3e62cfe436bfdd79474c58Jsonld
- BeginChoiceBb182fb4fb9ff316bd0e48934d37505d
- BeginChoiceE3028f4ebfb2c48645a56fd863368df3
- BeginChoiceE3028f4ebfb2c48645a56fd863368df3Jsonld
- Block
- BlockCell
- BlockCellInterface
- BlockCellInterfaceJsonld
- BlockCellJsonld
- BlockCellV
- BlockCellVJsonld
- BlockEditableZonesBottomSiteCell
- BlockEditableZonesBottomSiteCellJsonld
- BlockEditableZonesBottomSiteCellV
- BlockEditableZonesBottomSiteCellVJsonld
- BlockEditableZonesBottomSiteLine
- BlockEditableZonesBottomSiteLineBlock
- BlockEditableZonesBottomSiteLineJsonld
- BlockEditableZonesBottomSiteLineJsonldBlock
- BlockEditableZonesBottomSiteLineV
- BlockEditableZonesBottomSiteLineVJsonld
- BlockJsonld
- BlockLine
- BlockLineBlock
- BlockLineInterface
- BlockLineInterfaceJsonld
- BlockLineJsonld
- BlockLineJsonldBlock
- BlockLineV
- BlockLineVJsonld
- BlockPageCell
- BlockPageCellJsonld
- BlockPageCellV
- BlockPageCellVJsonld
- BlockPageLine
- BlockPageLineBlock
- BlockPageLineJsonld
- BlockPageLineJsonldBlock
- BlockPageLineV
- BlockPageLineVJsonld
- BlogPostCfba0aa09261d831c83f1f9969814d18
- BlogPostCfba0aa09261d831c83f1f9969814d18Jsonld
- Brand2fb1a13c6cb9d850d673a6831c427f00
- Brand2fb1a13c6cb9d850d673a6831c427f00Jsonld
- Brand962c5489a05f3ff6192cd4c630d8abd7
- BrandMailtemplateF7868dc2d61d9d5900e2966c0baf4626
- BrandMailtemplateF7868dc2d61d9d5900e2966c0baf4626Jsonld
- BrandMailtemplateV
- BrandMailtemplateVJsonld
- Branddomain5a892977f4b30fe6e5d02bbae1dcc678
- Branddomain5a892977f4b30fe6e5d02bbae1dcc678Jsonld
- Category1244f72848b2e9f4bc7039366e5cef3e
- Category1244f72848b2e9f4bc7039366e5cef3eJsonld
- CategoryA72a7db8b7aeb918546eb332f4161205
- CategoryA72a7db8b7aeb918546eb332f4161205Jsonld
- Collection
- CollectionJsonld
- Command13659cedec6eacf2649cf892ab7577d0
- CommandEe5f35022d477654f1cddfdb02f77421
- CommandEe5f35022d477654f1cddfdb02f77421Jsonld
- CommandProductE6648ceda3fb8628d90f7e34797db5f5
- CommandProductE6648ceda3fb8628d90f7e34797db5f5Jsonld
- CommandProductE9771de728231a75b73008fe2e6c0e5f
- CommandProductE9771de728231a75b73008fe2e6c0e5fJsonld
- Coupon118a7fb412c704381e027860fe8a9169
- Coupon118a7fb412c704381e027860fe8a9169Jsonld
- Coupon56c6e2889ced52899ea604222e3c8c36
- Coupon56c6e2889ced52899ea604222e3c8c36Jsonld
- Credentials
- CustomThemeVariation
- CustomThemeVariationJsonld
- DirectoryCategory31fbbfdd88806b77396d71a17314e994
- DirectoryCategory31fbbfdd88806b77396d71a17314e994Jsonld
- DirectoryCategory866944aa50655fd7df7140606ff983e5
- DirectoryCategory88821a0000ba036256fd388bd5e0b115
- DirectoryCategory88821a0000ba036256fd388bd5e0b115Jsonld
- DirectorySite966bbe081a8f082ba358af25f71a3895
- DirectorySite9cb6adf6305292849b553106f66e2a8e
- DirectorySite9cb6adf6305292849b553106f66e2a8eJsonld
- DirectorySiteC4b6d694621fb452df0348553f6c643b
- DirectorySiteC4b6d694621fb452df0348553f6c643bJsonld
- EcoAddress77238a8f1065d4119c83bccaf7ecf57f
- EcoAddress77238a8f1065d4119c83bccaf7ecf57fJsonld
- EcoAdvicesConfig
- EcoAdvicesConfigJsonld
- EcoCarrierEb0f7227c629f25ab3eaf649171a15ab
- EcoCarrierEb0f7227c629f25ab3eaf649171a15abJsonld
- EcoCollectionPoint563c4b10d21b54db780227488e899fa5
- EcoCollectionPoint563c4b10d21b54db780227488e899fa5Jsonld
- EcoCombination3bb0d34c5ea0c72f2026a57c27faba00
- EcoCombination3bb0d34c5ea0c72f2026a57c27faba00Jsonld
- EcoCombinationA3c1a277fc6663e5ff2c6f85617980fe
- EcoCombinationA3c1a277fc6663e5ff2c6f85617980feJsonld
- EcoDiscount9b4a1b3cb469f303a66926f3d9bc3ad0
- EcoDiscount9b4a1b3cb469f303a66926f3d9bc3ad0Jsonld
- EcoDiscountB3d1155ab8f4c317b0b03ea010998010
- EcoDiscountD3d9b67a56fd84ba8bd9bd07a15bcf49
- EcoDiscountD3d9b67a56fd84ba8bd9bd07a15bcf49Jsonld
- EcoFacetFilters
- EcoFacetFiltersJsonld
- EcoLoyaltyPoints
- EcoLoyaltyPointsJsonld
- EcoManufacturer3fefe29d8db145737169803b5fde4d82
- EcoManufacturer3fefe29d8db145737169803b5fde4d82Jsonld
- EcoOrder06eb27d89b43dc4782ed8913cc65bcf1
- EcoOrder06eb27d89b43dc4782ed8913cc65bcf1Jsonld
- EcoOrder93bd0f9e3377e379cb5585eb311ed117
- EcoOrderDetail7aba138374756b6a38adb2fea47d2260
- EcoOrderDetail7aba138374756b6a38adb2fea47d2260Jsonld
- EcoOrderDetailUpload
- EcoOrderDetailUploadJsonld
- EcoPacklink
- EcoPacklinkCarrier36308a1b3d24cc804f1a513e820d895b
- EcoPacklinkCarrier36308a1b3d24cc804f1a513e820d895bJsonld
- EcoPacklinkHasZone
- EcoPacklinkHasZoneJsonld
- EcoPacklinkJsonld
- EcoPicture79ef563d06537e846c283ccecbecc002
- EcoPicture79ef563d06537e846c283ccecbecc002Jsonld
- EcoPictureDb02d0aaad5f8444eaf8f3e058d9affe
- EcoPictureDb02d0aaad5f8444eaf8f3e058d9affeJsonld
- EcoProduct598f8229d42c1ae36352f3a2f993e71a
- EcoProduct598f8229d42c1ae36352f3a2f993e71aJsonld
- EcoProduct91429ff1a736cfe91b412a9d5d2f8bd1
- EcoProductD02cf7d16e689640fac55c85a0d3ce3f
- EcoProductD02cf7d16e689640fac55c85a0d3ce3fJsonld
- EcoSite
- EcoSiteAbletobuyMembergroup
- EcoSiteFacetConfig
- EcoSiteJsonld
- EcoSiteJsonldAbletobuyMembergroup
- EcoSiteJsonldFacetConfig
- EcoSiteJsonldPacklinkConfig
- EcoSitePacklinkConfig
- EcoSiteV
- EcoSiteVJsonld
- EcoStoreDelivery
- EcoStoreDeliveryJsonld
- EcoSupplier48593f7d78d0bb92230e457adf84f3f9
- EcoSupplier48593f7d78d0bb92230e457adf84f3f9Jsonld
- EcoTax4aaa3cd99bce23b9546619d29652fde1
- EcoTax4aaa3cd99bce23b9546619d29652fde1Jsonld
- EcoZone
- EcoZoneJsonld
- EdirectoryOrderOptions
- EdirectoryOrderOptionsJsonld
- EdirectoryOrderOptionsV
- EdirectoryOrderOptionsVJsonld
- EditableZonesBottomSiteBlock
- EditableZonesBottomSiteBlockJsonld
- GetAlbumImageCollection200Response
- GetAlbumImageCollection200ResponseHydraSearch
- GetAlbumImageCollection200ResponseHydraSearchHydraMappingInner
- GetAlbumImageCollection200ResponseHydraView
- GetBeginCategoryCollection200Response
- GetBeginChoiceCollection200Response
- GetBlogPostCollection200Response
- GetBrandCollection200Response
- GetBrandMailtemplateCollection200Response
- GetBranddomainCollection200Response
- GetCategoryCollection200Response
- GetCommandCollection200Response
- GetCommandProductCollection200Response
- GetCouponCollection200Response
- GetDirectoryCategoryCollection200Response
- GetDirectorySiteCollection200Response
- GetEcoCombinationCollection200Response
- GetEcoDiscountCollection200Response
- GetEcoManufacturerCollection200Response
- GetEcoOrderCollection200Response
- GetEcoProductCollection200Response
- GetEcoSupplierCollection200Response
- GetEcoTaxCollection200Response
- GetGroupCollection200Response
- GetOfferCollection200Response
- GetRoleCollection200Response
- GetSessionCollection200Response
- GetSiteCollection200Response
- GetStorageImageCollection200Response
- GetUserCollection200Response
- GetUserHasRoleCollection200Response
- Group799b1bea2ff8730b1a1a5b188922b633
- Group799b1bea2ff8730b1a1a5b188922b633Jsonld
- GroupDb47b4a609ad5ce5cda04f418c74eade
- GroupDb47b4a609ad5ce5cda04f418c74eadeJsonld
- Legal
- LegalCguPage
- LegalCookie
- LegalCookieJsonld
- LegalCookieV
- LegalCookieVJsonld
- LegalJsonld
- LegalJsonldCguPage
- LegalV
- LegalVJsonld
- Member932a58eeee98eaad5172e0835ffd7e08
- Member932a58eeee98eaad5172e0835ffd7e08Jsonld
- Membergroup
- MembergroupJsonld
- Memberoptions
- MemberoptionsJsonld
- MemberoptionsJsonldProfileMembergroup
- MemberoptionsProfileMembergroup
- MemberoptionsV
- MemberoptionsVJsonld
- Offer9e545314e83938dc6f60861a54586191
- Offer9e545314e83938dc6f60861a54586191Jsonld
- Page
- PageAlias
- PageAliasJsonld
- PageBlock
- PageBlockJsonld
- PageJsonld
- PageJsonldBlock
- PageV
- PageVJsonld
- Role398f80f76f54ad7f04b1f3d6647c661a
- Role398f80f76f54ad7f04b1f3d6647c661aJsonld
- Role41c793592002936a9986d67e92f37a9b
- Role41c793592002936a9986d67e92f37a9bJsonld
- Role8335fa6e7449daa5d9298e9ce37ab462
- Session1bc7a372e0caf630efd366b7299c4bd2
- Session1bc7a372e0caf630efd366b7299c4bd2Jsonld
- Site
- Site0097c999ec7d3611ad5fec647120ea72
- Site0097c999ec7d3611ad5fec647120ea72Jsonld
- Site7e8883c9b486869412701afd330abd48
- SiteConfigLP
- SiteDefaultMenuHWidget
- SiteEcoAdvicesConfig
- SiteEcoConfig
- SiteEcoStoreDelivery
- SiteEdirectoryOrderOptions
- SiteEditableZonesBottomSiteBlock
- SiteF8f2933682cb2687a860a3e01f671ed0
- SiteF8f2933682cb2687a860a3e01f671ed0Jsonld
- SiteJsonld
- SiteJsonldConfigLP
- SiteJsonldDefaultMenuHWidget
- SiteJsonldEcoAdvicesConfig
- SiteJsonldEcoConfig
- SiteJsonldEcoStoreDelivery
- SiteJsonldEdirectoryOrderOptions
- SiteJsonldEditableZonesBottomSiteBlock
- SiteJsonldLegal
- SiteJsonldLogo
- SiteJsonldMemberOptions
- SiteJsonldNotFoundPageBlock
- SiteLang
- SiteLangJsonld
- SiteLegal
- SiteLogo
- SiteMemberOptions
- SiteModule8b09c679ecec5d6a7c06faae7c40b10c
- SiteModule8b09c679ecec5d6a7c06faae7c40b10cJsonld
- SiteNotFoundPageBlock
- SiteV
- SiteVJsonld
- Siteuser57c801516c2b5b79ccf4541b195da432
- Siteuser57c801516c2b5b79ccf4541b195da432Jsonld
- Siteuser7fc182df899df5888744e3f43c9c8f05
- Siteuser7fc182df899df5888744e3f43c9c8f05Jsonld
- StorageFolder
- StorageFolderJsonld
- StorageFolderJsonldParent
- StorageFolderParent
- StorageImage292cb7fe7e2c3f669075bf385747b767
- StorageImage64ebe0c84f35c94c053ca1a666bfce79
- StorageImage64ebe0c84f35c94c053ca1a666bfce79Jsonld
- StorageMedias
- StorageMediasJsonld
- Structure
- StructureJsonld
- StructurePayment
- StructurePaymentJsonld
- StructureWidgets
- StructureWidgetsJsonld
- StructureWidgetsJsonldStructure
- StructureWidgetsStructure
- StructureWidgetsV
- StructureWidgetsVJsonld
- Tokens
- User
- User4efa5659e91aca04a3152aef9f91ffc1
- User4efa5659e91aca04a3152aef9f91ffc1Jsonld
- User5b998e983cd83cb3333677d49ed1f14c
- User940d105763f3d1a848f991a4d326f00e
- User940d105763f3d1a848f991a4d326f00eJsonld
- UserDomain
- UserDomainError
- UserDomainErrorJsonld
- UserDomainErrorJsonldUserDomain
- UserDomainErrorUserDomain
- UserDomainJsonld
- UserDomainMailAlias
- UserDomainMailAliasJsonld
- UserDomainMailbox
- UserDomainMailboxJsonld
- UserHasRole589632707daa9dd4818942897415b76b
- UserHasRole589632707daa9dd4818942897415b76bJsonld
- UserHasRoleD91fd0c69421e5afa9bf303992483883
- UserHasRoleE0ac26c03ac9034d16aff17dd49124c2
- UserHasRoleE0ac26c03ac9034d16aff17dd49124c2Jsonld
- UserJsonld
- UserSsoAccount
- UserSsoAccountJsonld
- VersionInterface
- VersionInterfaceJsonld
- VersionableInterface
- VersionableInterfaceJsonld
- Webhook
- WebhookCall
- WebhookCallJsonld
- WebhookHasEvent
- WebhookHasEventJsonld
- WebhookJsonld
Authorization
apiKey
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header
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:
alpha
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen