API 🌐

Creating a table via API πŸ“Š

  1. Make an API call to retrieve a JSON response using the corresponding parameters and authentication.

  2. The response body comprises key-value pairs.

  1. Choose attributes to correspond with column names.

  2. Save the selected columns to create the table.

Sample URLs πŸ”—

https://62bbec026b1401736cecc47e.mockapi.io/mockapi
https://jsonplaceholder.typicode.com/posts/2

The data saved from the table can be further used for Parameterization

Last updated