You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
### NetBackup API Code Samples
2
2
3
-
Contains code samples to invoke NetBackup REST API using different programming languages.
3
+
Contains code samples of using NetBackup REST APIs in different scripting/programming languages.
4
4
5
5
#### Disclaimer
6
-
These scripts are only meant to be used as a reference. Please do not use these in production.
6
+
These samples are only meant to be used as a reference. Please do not use these in production.
7
7
8
8
#### Executing the snippets for different programming languages
9
9
10
-
The `snippets` folder contains code samples to invoke NetBackup REST API using different programming languages.
10
+
The `snippets` folder contains code samples to invoke NetBackup REST APIs using different scripting/programming languages. These are usually simple examples that demonstrate specific API.
11
11
12
12
Pre-requisites:
13
13
@@ -17,7 +17,7 @@ Pre-requisites:
17
17
18
18
#### Executing the recipes for different programming languages
19
19
20
-
The `recipes` folder contains code samples to invoke NetBackup REST API using different programming languages.
20
+
The `recipes` folder contains code samples to invoke NetBackup REST APIs using different scripting/programming languages. These are usually examples of usage of multiple APIs covering specific use-cases.
0 commit comments