Documentation

Web API Testing

Shows how to test web APIs in Divooka.

Web API Testing

You can use Web API toolbox to test web APIs. If you are familiar with Insomnia or Postman, this works just like that.

The various functions are available under Softawre Development > Web API.

Toolbox Screenshot

A basic setup involves just the url and request body but you can use helper functions to assemble various components like URL and headers.

General setup

Example

Here we look at a simple GET example for a weather API.

Usage screenshot

You can also make POST request, with bearer token for API key:

POST Example

For detailed API documentation, see Link.

Further Reading

  • See REST API for a refresher on REST concepts.