From 054a81b14cb7ff4818bb8c298b1741de8f0bb078 Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Thu, 26 Jun 2014 14:22:16 -0500 Subject: [PATCH] Update content --- guides/m2devgde/v1.0.0.0/rest/rest-overview.md | 5 +---- guides/m2devgde/v1.0.0.0/webapi/webapi-basic-auth.md | 4 ++-- guides/m2devgde/v1.0.0.0/webapi/what-is-webapi.md | 10 +++------- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/guides/m2devgde/v1.0.0.0/rest/rest-overview.md b/guides/m2devgde/v1.0.0.0/rest/rest-overview.md index ecae564c909..462e3379329 100644 --- a/guides/m2devgde/v1.0.0.0/rest/rest-overview.md +++ b/guides/m2devgde/v1.0.0.0/rest/rest-overview.md @@ -5,7 +5,7 @@ title: Accessing Magento Objects Using REST

Accessing Magento Objects Using REST

-

Help us improve this page 

+

Help us improve this page 

How to Make a REST Call

@@ -47,9 +47,6 @@ In this case, the return object is Customer.php. #### Related Topics: * What is the Magento 2 Service Framework? - * How a Client Uses a Service - * Basics of Building a Service - * What Is the Web API Framework? \ No newline at end of file diff --git a/guides/m2devgde/v1.0.0.0/webapi/webapi-basic-auth.md b/guides/m2devgde/v1.0.0.0/webapi/webapi-basic-auth.md index fc875bdf11b..48e7b1a4f94 100644 --- a/guides/m2devgde/v1.0.0.0/webapi/webapi-basic-auth.md +++ b/guides/m2devgde/v1.0.0.0/webapi/webapi-basic-auth.md @@ -3,9 +3,9 @@ layout: howtom2devgde_chapters title: Authorizing Web API Requests --- -# Authorizing Web API Requests +# Authorizing Web API Requests -

Help us improve this page 

+

Help us improve this page 

**Note**: The `AuthorizationV1Interface` interface discussed in this topic is not implemented yet. diff --git a/guides/m2devgde/v1.0.0.0/webapi/what-is-webapi.md b/guides/m2devgde/v1.0.0.0/webapi/what-is-webapi.md index 95b84539461..ceec79fa6d3 100644 --- a/guides/m2devgde/v1.0.0.0/webapi/what-is-webapi.md +++ b/guides/m2devgde/v1.0.0.0/webapi/what-is-webapi.md @@ -5,7 +5,7 @@ title: What Is the Web API Framework?

What Is the Web API Framework?

-

Help us improve this page 

+

Help us improve this page 

The Web API Framework gives third-party developers access to the service framework using REST or SOAP calls. Currently, Web API access is limited to Customer objects but we plan to expand access in time to include any Magento object. @@ -13,7 +13,7 @@ Although REST and SOAP use different payloads and routing, they use the same aut ## Exposing a Service Using REST or SOAP -A Magento service can be exposed using REST only or using both SOAP and REST. In othe words, you cannot expose a service using SOAP without exposing it using REST. +A Magento service can be exposed using REST only or using both SOAP and REST. In othe words, you cannot expose a service using SOAP without also exposing it using REST. ### Configuring webapi.xml @@ -54,11 +54,7 @@ Your module can use `webapi.xsd` or you can create a customized validation. #### Related Topics: * Authorizing Web API Requests - * What is the Magento 2 Service Framework? - * Accessing Magento Objects Using REST - * How a Client Uses a Service - -* Understanding the Properties and Responsibilities of a Service \ No newline at end of file +* Interacting With Services