Skip to content

Update README.md #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
### NetBackup API Code Samples

Contains code samples to invoke NetBackup REST API using different programming languages.
Contains code samples of using NetBackup REST APIs in different scripting/programming languages.

#### Disclaimer
These scripts are only meant to be used as a reference. Please do not use these in production.
These samples are only meant to be used as a reference. Please do not use these in production.

#### Executing the snippets for different programming languages

The `snippets` folder contains code samples to invoke NetBackup REST API using different programming languages.
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.

Pre-requisites:

Expand All @@ -17,7 +17,7 @@ Pre-requisites:

#### Executing the recipes for different programming languages

The `recipes` folder contains code samples to invoke NetBackup REST API using different programming languages.
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.

Pre-requisites:

Expand Down