http
The integration lets QA and development teams perform service-level testing with popular tools, enhanced by the capabilities of the Ordino Engine. Key benefits
Engine Import
import { ordinoSuite } from '@ordino.ai/ordino-engine';
const http = ordinoSuite.api(ApiServiceType.HTTP);Core HTTP Methods
Writing API Requests
GET Request
POST Request
PUT Request
DELETE Request
Last updated