{"note":"OpenAPI conversion -- returning structured metadata","name":"axesso-de","description":"Axesso Api","version":"1.0.0","base_url":"http://api.axesso.de","endpoints":4,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Axesso Api\n@base http://api.axesso.de\n@version 1.0.0\n@endpoints 4\n@toc amz(4)\n\n@endpoint GET /amz/amazon-lookup-product\n@desc lookup product information\n@required {url: any # The url of the requested product.}\n@optional {size: any # Size parameter if available.}\n@returns(200) successful operation\n@errors {400: Bad Request - Missing parameter, 404: Not Found - Product not Found, 406: Not Acceptable - Wrong parameter}\n\n@endpoint GET /amz/amazon-lookup-buy-recommendations\n@desc request buy recommendations to a given product\n@required {url: any # The url of the requested product.}\n@returns(200) successful operation\n@errors {400: Bad Request - Missing parameter, 404: Not Found - Product not Found, 406: Not Acceptable - Wrong parameter}\n\n@endpoint GET /amz/amazon-search-by-keyword\n@desc fetch results auf a keyword search on Amazon\n@required {keyword: any # keyword to search, domainCode: any # domain for the search}\n@optional {sortBy: any # sort option, numberOfProducts: any # number of the results (max 20)}\n@returns(200) successful operation\n@errors {400: Bad Request - Missing parameter, 404: Not Found - Product not Found}\n\n@endpoint GET /amz/sort-options\n@desc request available sort options to use in keyword search\n@returns(200) successful operation\n\n@end\n"}