Skip to content

Commit 8b82d28

Browse files
authored
Merge pull request #23060 from Kakabira/master
Name change of APIH
2 parents 643109e + 1029e56 commit 8b82d28

File tree

2 files changed

+18
-21
lines changed

2 files changed

+18
-21
lines changed

tutorials/hcp-abh-getting-started/hcp-abh-getting-started.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,34 @@ tags: [ tutorial>beginner, products>sap-business-technology-platform, topic>sap
99

1010
---
1111

12-
# Tour the SAP API Business Hub
13-
<!-- description --> Explore the various features of the SAP API Business Hub, and learn how to find and test APIs.
12+
# Tour the SAP Business Accelerator Hub
13+
<!-- description --> Explore the various features of the SAP SAP Business Accelerator Hub, and learn how to find and test APIs.
1414

1515
## You will learn
16-
- How to get started with SAP API Business Hub
16+
- How to get started with SAP Business Accelerator Hub
1717

1818
## Intro
19-
SAP API Business Hub is a website to discover, explore, and test APIs from various SAP products such as SAP S/4HANA, SAP SuccessFactors, SAP Customer Experience, SAP BTP, and selected partners. Apart from various product APIs, you can find detailed information on business processes and partner assets. The new workspace feature also enables you to consume integration and workflow content.
19+
SAP Business Accelerator Hub is a website to discover, explore, and test APIs from various SAP products such as SAP S/4HANA, SAP SuccessFactors, SAP Customer Experience, SAP BTP, and selected partners. Apart from various product APIs, you can find detailed information on business processes and partner assets. The new workspace feature also enables you to consume integration and workflow content.
2020

21-
Want to learn more about the new SAP API Business Hub? Not sure where to get started? Go to [api.sap.com] (https://api.sap.com), and begin your journey.
21+
Want to learn more about the new SAP SAP Business Accelerator Hub? Not sure where to get started? Go to [api.sap.com] (https://api.sap.com), and begin your journey.
2222

2323
---
2424

25-
### Go to the SAP API Business Hub
26-
In your browser, open [SAP API Business Hub](https://api.sap.com/).
25+
### Go to the SAP Business Accelerator Hub
26+
In your browser, open [SAP Business Accelerator Hub](https://api.sap.com/).
2727

28-
<!-- border -->![SAP API Business Hub page](1.png)
28+
<!-- border -->![SAP Business Accelerator Hub page](1.png)
2929

30-
You can explore products, business processes, as well as different categories of assets, along with partner and featured content. Choose Explore for quick access to the various sections of the SAP API Business Hub.
30+
You can explore products, business processes as well as different categories of assets, along with partner and featured content. Choose **Explore** for quick access to the various sections of the SAP Business Accelerator Hub.
3131

3232
### Explore API content
33-
On the SAP API Business Hub homepage, choose **Categories**.
33+
On the SAP Business Accelerator Hub homepage, choose **Categories**.
3434

35-
<!-- border -->![SAP API Business Hub homepage API tile](2.png)
35+
<!-- border -->![SAP Business Accelerator Hub homepage API tile](2.png)
3636

3737
Choose APIs from the different categories available.
3838

39-
<!-- border -->![SAP API Business Hub APIs section](2a.png)
39+
<!-- border -->![SAP Business Accelerator Hub APIs section](2a.png)
4040

4141
### Search for an API
4242

@@ -52,7 +52,6 @@ For the purpose of this tutorial, we are going to choose the `SAP Cloud for Cust
5252

5353
<!-- border -->![SAP Cloud for Customer Package Search](4a.png)
5454

55-
5655
### Explore the API
5756

5857
On choosing the **SAP Cloud for Customer** package, you can view the available APIs in the package. Select the Campaign API to explore it in detail.
@@ -73,7 +72,7 @@ Various HTTP methods of API are used to address the functionality of endpoints.
7372

7473
### Test an API endpoint
7574

76-
The SAP API Business Hub allows you to test APIs. A sandbox environment is provided to test the Campaign API. To take advantage of this, ensure you are logged on. Select Login at the top of the page.
75+
The SAP Business Accelerator Hub allows you to test APIs. A sandbox environment is provided to test the Campaign API. To take advantage of this, ensure you are logged on. Select Login at the top of the page.
7776

7877
<!-- border -->![Login](6.png)
7978

@@ -104,5 +103,4 @@ The response section displays various entities fetched calling the `GET` method.
104103

105104
Feel free to explore other endpoints in this Campaign API.
106105

107-
108-
Congratulations, you have just taken your first steps with the SAP API Business Hub and should now be able to navigate it and the content within, confidently.
106+
Congratulations, you have just taken your first steps with the SAP Business Accelerator Hub and should now be able to navigate it and the content within, confidently.

tutorials/hcp-abh-test-locally/hcp-abh-test-locally.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ time: 20
88
tags: [ tutorial>beginner, products>sap-business-technology-platform, topic>sap-api-business-hub ]
99
---
1010

11-
# Test SAP API Business Hub APIs with curl
11+
# Test SAP Business Accelerator Hub APIs with curl
1212
<!-- description --> Try out an SAP API locally on your machine.
1313

1414
## Prerequisites
@@ -20,7 +20,7 @@ tags: [ tutorial>beginner, products>sap-business-technology-platform, topic>sap
2020
- How to use command line tools like curl and jq with REST / OData APIs locally.
2121

2222
## Intro
23-
You have already discovered the SAP API Business Hub and accomplished testing an API on the website. In this tutorial, you will learn how to use command-line tools like curl and jq to test REST/OData APIs locally on your machine.
23+
You have already discovered the SAP Business Accelerator Hub and accomplished testing an API on the website. In this tutorial, you will learn how to use command-line tools like curl and jq to test REST and OData APIs locally on your machine.
2424

2525
---
2626

@@ -32,7 +32,7 @@ Go to <https://api.sap.com> and navigate to the [Campaign](https://api.sap.com/a
3232

3333
### Generate sample API call code
3434

35-
Select `GET/CampaignCollection` method under **API Reference**. Glance through the `GET/CampaignCollection` to understand the parameters. The SAP API Business Hub provides you with starter code in a variety of languages and tools for each API.
35+
Select `GET/CampaignCollection` method under **API Reference**. Glance through the `GET/CampaignCollection` to understand the parameters. The SAP Business Accelerator Hub provides you with starter code in a variety of languages and tools for each API.
3636

3737
![Get/CampaignCollection method](2.png)
3838

@@ -52,7 +52,7 @@ Copy the highlighted curl code to the clipboard.
5252

5353
### Run sample API call code
5454

55-
Paste the content of the clipboard in a terminal or command line window. Hit **Enter** to run the command. It may take a few seconds before data is seen on your screen.
55+
Paste the content of the clipboard in a terminal or command line window. Hit **Enter** to run the command. Please note that it may take a few seconds before data is seen on your screen.
5656

5757
> You can use `CTRL+C` to stop the command from running.
5858
@@ -72,7 +72,6 @@ You can limit the number of results retrieved with the `$top` value provided in
7272
You can then switch back to the Code Snippet section, and copy the updated code from the Curl section to paste it into your terminal. When you execute the curl command, and pipe the output into jq again, you should see a nicely formatted list of three campaigns.
7373

7474
### Add multiple parameters to the API call
75-
7675
Besides the `$top` parameter, you can add multiple parameters to the [Query String](https://en.wikipedia.org/wiki/Query_string) of your API call.
7776
Now add in a second parameter for `$select`. You only want the `StatusText` and `Status` for the top 3 users. Use the same approach as before - switch to the Parameters section, specify the two values for the `$select` parameter using the drop down menu, then switch back to the Code Snippet section and copy the Curl content again. It should look something like this:
7877

0 commit comments

Comments
 (0)