From d45f7051a4d0f99bdf81980f952a6d02f392e453 Mon Sep 17 00:00:00 2001 From: Lucas Bustamante Date: Tue, 29 Mar 2022 15:04:37 +0100 Subject: [PATCH] PR Review --- packages/js/api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/js/api/README.md b/packages/js/api/README.md index 09634c1b89f..e014365465f 100644 --- a/packages/js/api/README.md +++ b/packages/js/api/README.md @@ -14,7 +14,7 @@ _\* TypeScript Definitions and Repositories are currently only supported for [Pr WooCommerce has two API clients in JavaScript for interacting with a WooCommerce installation's RESTful API. This package, and the [@woocommerce/woocomerce-rest-api](https://www.npmjs.com/package/@woocommerce/woocommerce-rest-api) package. -The main difference between them is the Repositories and the TypeScript definitions for the supported endpoints. When using Axios directly, as you can do with both libraries, you query the WooCommerce API in a raw object format, following the API documentation parameters. With Repositories, you have the parameters as properties of an object, so you have auto-complete and strict types, for instance. +The main difference between them is the Repositories and the TypeScript definitions for the supported endpoints. When using Axios directly, as you can do with both libraries, you query the WooCommerce API in a raw object format, following the [API documentation](https://woocommerce.github.io/woocommerce-rest-api-docs/#introduction) parameters. Comparatively, with the Repositories provided in this package, you have the parameters as properties of an object, which gives you the benefits of auto-complete and strict types, for instance. ## Usage