Skip to content

Commit

Permalink
docs: fix HTTP acronym (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
grant authored and grayside committed Nov 3, 2022
1 parent af2fe20 commit 4d3a1a7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 8 additions & 4 deletions cloud-tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

* [Before you begin](#before-you-begin)
* [Samples](#samples)
* [Create Http Task](#create-http-task)
* [Create Http Task With Token](#create-http-task-with-token)
* [Cloud Tasks Create HTTP Target](#cloud-tasks-create-http-target)
* [Cloud Tasks Create HTTP Target with Token](#cloud-tasks-create-http-target-with-token)
* [Create Queue](#create-queue)
* [Create Task](#create-task)
* [Delete Queue](#delete-queue)
Expand All @@ -30,7 +30,9 @@ Before running the samples, make sure you've followed the steps outlined in



### Create Http Task
### Cloud Tasks Create HTTP Target

Create Cloud Tasks with a HTTP Target

View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createHttpTask.js).

Expand All @@ -47,7 +49,9 @@ __Usage:__



### Create Http Task With Token
### Cloud Tasks Create HTTP Target with Token

Create Cloud Tasks with a HTTP Target with Token

View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createHttpTaskWithToken.js).

Expand Down
4 changes: 4 additions & 0 deletions cloud-tasks/createHttpTask.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

'use strict';

// sample-metadata:
// title: Cloud Tasks Create HTTP Target
// description: Create Cloud Tasks with a HTTP Target

/**
* Create a task with an HTTP target for a given queue with an arbitrary payload.
*/
Expand Down
4 changes: 4 additions & 0 deletions cloud-tasks/createHttpTaskWithToken.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

'use strict';

// sample-metadata:
// title: Cloud Tasks Create HTTP Target with Token
// description: Create Cloud Tasks with a HTTP Target with Token

/**
* Create a task with an HTTP target for a given queue with an arbitrary payload.
*/
Expand Down

0 comments on commit 4d3a1a7

Please sign in to comment.