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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
### NetBackup API Code Samples
1
+
####NetBackup API Code Samples
2
2
3
3
Contains code samples of using NetBackup REST APIs in different scripting/programming languages.
4
4
5
-
#### Disclaimer
5
+
#####Disclaimer
6
6
These samples are only meant to be used as a reference. Please do not use these in production.
7
7
8
-
#### Executing the `snippets`
8
+
#####Executing the 'snippets'
9
9
10
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
@@ -15,7 +15,7 @@ Pre-requisites:
15
15
- See the script's README for the corresponding requirements and usage
16
16
17
17
18
-
#### Executing the `recipes`
18
+
#####Executing the 'recipes'
19
19
20
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.
21
21
@@ -26,7 +26,7 @@ Pre-requisites:
26
26
27
27
28
28
29
-
#### Tools
29
+
#####Tools
30
30
The `tools` folder contains utilities that have proven useful in the development of projects using
31
31
NetBackup REST APIs, but do not provide any API usage examples. Again, these tools are not for
32
32
production use, but they may be of some use in your work.
0 commit comments