Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 6a3150b

Browse files
author
Harper, Kevin(keharper)
committed
Merge pull request #77 from Magento/webapi_fix
md/html cleanup
2 parents 66c368e + 8879e3b commit 6a3150b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

guides/v2.0/get-started/gs-web-api-request.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ github_link: get-started/gs-web-api-request.md
1010
redirect_from: /guides/v1.0/get-started/gs-web-api-request.html
1111
---
1212

13-
<p>To configure a web API, developers define some of the elements of each API call in your `<module root dir>/vendor/<vendorname>/module-<name>/etc/webapi.xml file, where `<vendorname>` is your vendor name (for example, `magento`) and `<name>` is your module name (which exactly matches its definition in `composer.json`). For example, the web API for the Customer service is defined in the `<your Magento install dir>/vendor/magento/module-customer/etc/webapi.xml configuration file. Service data interfaces and builders define the required and optional parameters and the return values for the API calls.</p>
13+
To configure a web API, developers define some of the elements of each API call in the `<module root dir>/vendor/<vendor-name>/<module-name>/etc/webapi.xml` file, where `<vendor-name>` is your vendor name (for example, `magento`) and `<module-name>` is your module name (which exactly matches its definition in `composer.json`). For example, the web API for the Customer service is defined in the `<your Magento install dir>/vendor/magento/module-customer/etc/webapi.xml` configuration file. Service data interfaces and builders define the required and optional parameters and the return values for the API calls.
1414

1515
<p>To construct a web API request, read these topics:</p>
1616
<ul>
@@ -269,4 +269,3 @@ $response = $this->client->send($request);
269269

270270
<h2>Next step</h2>
271271
<p>Run the web API call through a <a href="{{ site.gdeurl }}get-started/gs-curl.html">cURL command</a> or a REST client.</p>
272-

0 commit comments

Comments
 (0)