API changes for v2 API, August 27, 2024
On August 27, 2024, the mittwald API introduced a new 'Misc' tag to enhance the organization of its endpoints, specifically for the service token authentication operation.
Summary
- A new API tag 'Misc' has been added to the 
POST /v2/services/{accessKeyId}/actions/authenticateoperation, which is used to obtain a service token. 
Disclaimer: This summary is AI-generated. If you find any discrepancies, please refer to the detailed changes below.
Detailed changes
Changes in "Obtain a service token"
- api tag 'Misc' added
 
For details, refer to the POST/ endpoint.
Client package releases
Mittwald PHP SDK Release v2.1.53
The latest release of the Mittwald PHP SDK, version v2.1.53, introduces several new features, breaking changes, enhancements, and code cleanup improvements.
Features
- Removed Metrics Client: The 
MetricsClientand its implementation have been completely removed. - Service Token Authenticate Service:
- Introduced a new service for obtaining a service token, including necessary request and response models.
 - Detailed handling for responses, including proper error handling for too many requests.
 
 
Breaking Changes
- MetricsClient Removal: All references and usage of 
MetricsClienthave been eliminated, requiring updates to any dependent code. 
Enhancements
- Order Create Order Request and Body: Added example values for fields in 
OrderCreateOrderRequestandOrderCreateOrderRequestBodyto improve documentation clarity. - Misc Client Update:
- Updated 
MiscClientto include a new method for the service token authentication process. - Included error handling and validation processes for service token requests.
 
 - Updated 
 
Code Cleanup
- Removed unused imports and functions related to the now-defunct metrics API, streamlining the codebase for better maintainability.
 
For more details, visit the release page.