diff --git a/_data/sidebars/lb4_sidebar.yml b/_data/sidebars/lb4_sidebar.yml index 9f463b32d..d279f6681 100644 --- a/_data/sidebars/lb4_sidebar.yml +++ b/_data/sidebars/lb4_sidebar.yml @@ -73,10 +73,6 @@ children: url: Using-components.html output: 'web, pdf' -- title: 'Calling other APIs' - url: Calling-other-APIs-and-web-services.html - output: 'web, pdf' - - title: 'Testing your application' url: Testing-your-application.html output: 'web, pdf' diff --git a/_data/sidebars/pt-br_lb4_sidebar.yml b/_data/sidebars/pt-br_lb4_sidebar.yml index 42f2a9bb6..8f62f0d4d 100644 --- a/_data/sidebars/pt-br_lb4_sidebar.yml +++ b/_data/sidebars/pt-br_lb4_sidebar.yml @@ -79,10 +79,6 @@ children: url: /doc/pt-br/lb4/Using-components.html output: 'web, pdf' -- title: 'Calling other APIs' - url: /doc/pt-br/lb4/Calling-other-APIs-and-web-services.html - output: 'web, pdf' - - title: 'Testing your application' url: /doc/pt-br/lb4/Testing-your-application.html output: 'web, pdf' diff --git a/pages/en/lb4/Calling-other-APIs-and-Web-Services.md b/pages/en/lb4/Calling-other-APIs-and-Web-Services.md deleted file mode 100644 index 1d3f7a506..000000000 --- a/pages/en/lb4/Calling-other-APIs-and-Web-Services.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -lang: en -title: 'Calling other APIs and web services' -keywords: LoopBack 4.0, LoopBack 4 -tags: -sidebar: lb4_sidebar -permalink: /doc/en/lb4/Calling-other-APIs-and-web-services.html -summary: ---- -Your API implementation often needs to interact with REST APIs, SOAP Web Services or other forms of APIs. - -How to: -- Set up a Service -- Use services with controllers -- Reuse models between services and controllers - -{% include content/tbd.html %}