Skip to content

Commit 93278d4

Browse files
committed
Name change
1 parent d102de8 commit 93278d4

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Tour the SAP API Business Hub
3-
description: Explore the various features of the SAP API Business Hub, and learn how to find and test APIs.
2+
title: Tour the SAP Business Accelerator Hub
3+
description: Explore the various features of the SAP Business Accelerator Hub, and learn how to find and test APIs.
44
primary_tag: products>sap-business-technology-platform
55
author_name: Prathibha GC
66
author_profile: https://github.com/Prathibha-Mouli
@@ -12,33 +12,33 @@ tags: [ tutorial>beginner, products>sap-business-technology-platform, topic>sap
1212

1313
## Details
1414
### You will learn
15-
- How to get started with SAP API Business Hub
15+
- How to get started with SAP Business Accelerator Hub
1616

17-
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.
17+
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.
1818

19-
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.
19+
Want to learn more about the new SAP Business Accelerator Hub? Not sure where to get started? Go to [api.sap.com] (https://api.sap.com), and begin your journey.
2020

2121
---
2222

23-
[ACCORDION-BEGIN [Step: 1](Go to the SAP API Business Hub)]
24-
In your browser, open [SAP API Business Hub](https://api.sap.com/).
23+
[ACCORDION-BEGIN [Step: 1](Go to the SAP Business Accelerator Hub)]
24+
In your browser, open [SAP Business Accelerator Hub](https://api.sap.com/).
2525

26-
!![SAP API Business Hub page](1.png)
26+
!![SAP Business Accelerator Hub page](1.png)
2727

28-
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.
28+
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.
2929

3030
[DONE]
3131
[ACCORDION-END]
3232

3333

3434
[ACCORDION-BEGIN [Step : 2](Explore API content)]
35-
On the SAP API Business Hub homepage, choose **Categories**.
35+
On the SAP Business Accelerator Hub homepage, choose **Categories**.
3636

37-
!![SAP API Business Hub homepage API tile](2.png)
37+
!![SAP Business Accelerator Hub homepage API tile](2.png)
3838

3939
Choose APIs from the different categories available.
4040

41-
!![SAP API Business Hub APIs section](2a.png)
41+
!![SAP Business Accelerator Hub APIs section](2a.png)
4242

4343
[DONE]
4444
[ACCORDION-END]
@@ -84,7 +84,7 @@ Various HTTP methods of API are used to address the functionality of endpoints.
8484

8585
[ACCORDION-BEGIN [Step : 5](Test an API endpoint)]
8686

87-
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.
87+
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.
8888

8989
!![Login](6.png)
9090

@@ -118,4 +118,4 @@ Feel free to explore other endpoints in this Campaign API.
118118
[VALIDATE_4]
119119
[ACCORDION-END]
120120

121-
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.
121+
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Test SAP API Business Hub APIs with curl
2+
title: Test SAP Business Accelerator Hub APIs with curl
33
description: Try out an SAP API locally on your machine.
44
primary_tag: products>sap-business-technology-platform
55
auto_validation: true
@@ -18,7 +18,7 @@ tags: [ tutorial>beginner, products>sap-business-technology-platform, topic>sap
1818
### You will learn
1919
- How to use command line tools like curl and jq with REST / OData APIs locally.
2020

21-
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.
21+
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/OData APIs locally on your machine.
2222

2323
---
2424

@@ -32,7 +32,7 @@ Go to <https://api.sap.com> and navigate to the [Campaign](https://api.sap.com/a
3232
[ACCORDION-END]
3333
[ACCORDION-BEGIN [Step : ](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

0 commit comments

Comments
 (0)