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
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,45 +26,45 @@ If you don't have a HubSpot Developer Account, you can sign up to a free account
26
26
27
27
Within app developer accounts, you can create [Developer Test Account](https://developers.hubspot.com/beta-docs/getting-started/account-types#developer-test-accounts) to test apps and integrations without affecting any real HubSpot data.
28
28
29
-
**Note:**_These accounts are intended only for development and testing purposes and should not be used production environments._
29
+
> **Note:**These accounts are intended only for development and testing purposes and should not be used production environments.
30
30
31
31
1. Go to 'Test Account' section from the left sidebar.
3. A code will be displayed in the browser. Copy the code.
88
88
@@ -125,7 +125,7 @@ To use the **HubSpot CRM Object Products** connector in your Ballerina applicati
125
125
126
126
### Step 1: Import the module
127
127
128
-
Import the `hubspot.crm.obj.products` module and `oauth2` module.
128
+
Import the `ballerinax/hubspot.crm.obj.products` module and `oauth2` module.
129
129
130
130
```ballerina
131
131
import ballerina/oauth2;
@@ -161,7 +161,7 @@ import ballerinax/hubspot.crm.obj.products as hsproducts;
161
161
162
162
### Step 3: Invoke the connector operation
163
163
164
-
Now, utilize the available connector operations. A sample usecase is shown below.
164
+
Now, utilize the available connector operations. A sample use case is shown below.
165
165
166
166
#### Create a product
167
167
@@ -183,9 +183,9 @@ public function main() returns error? {
183
183
184
184
The `Ballerina HubSpot CRM Products Connector` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/tree/main/examples/), covering the following use cases:
185
185
186
-
1. [Update Batch of Products](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/tree/main/examples/update-products) - Integrate Ballerina Hubspot CRM Products Connector to update the properties of a batch of products.
186
+
1. [Update Batch of Products](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/tree/main/examples/update-products) - Integrate Ballerina HubSpot CRM Products Connector to update the properties of a batch of products.
187
187
188
-
2. [Filter and Archive Batch](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/tree/main/examples/search-and-archive) - Integrate Ballerina Hubspot CRM Products Connector to filter products based on the price and then archive the batch.
188
+
2. [Filter and Archive Batch](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/tree/main/examples/search-and-archive) - Integrate Ballerina HubSpot CRM Products Connector to filter products based on the price and then archive the batch.
Copy file name to clipboardExpand all lines: ballerina/Module.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,45 +18,45 @@ If you don't have a HubSpot Developer Account, you can sign up to a free account
18
18
19
19
Within app developer accounts, you can create [Developer Test Account](https://developers.hubspot.com/beta-docs/getting-started/account-types#developer-test-accounts) to test apps and integrations without affecting any real HubSpot data.
20
20
21
-
**Note:**_These accounts are intended only for development and testing purposes and should not be used production environments._
21
+
> **Note:**These accounts are intended only for development and testing purposes and should not be used production environments.
22
22
23
23
1. Go to 'Test Account' section from the left sidebar.
3. A code will be displayed in the browser. Copy the code.
80
80
@@ -117,7 +117,7 @@ To use the **HubSpot CRM Object Products** connector in your Ballerina applicati
117
117
118
118
### Step 1: Import the module
119
119
120
-
Import the `hubspot.crm.obj.products` module and `oauth2` module.
120
+
Import the `ballerinax/hubspot.crm.obj.products` module and `oauth2` module.
121
121
122
122
```ballerina
123
123
import ballerina/oauth2;
@@ -153,7 +153,7 @@ import ballerinax/hubspot.crm.obj.products as hsproducts;
153
153
154
154
### Step 3: Invoke the connector operation
155
155
156
-
Now, utilize the available connector operations. A sample usecase is shown below.
156
+
Now, utilize the available connector operations. A sample use case is shown below.
157
157
158
158
#### Create a product
159
159
@@ -175,6 +175,6 @@ public function main() returns error? {
175
175
176
176
The `Ballerina HubSpot CRM Products Connector` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/tree/main/examples/), covering the following use cases:
177
177
178
-
1. [Update Batch of Products](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/tree/main/examples/update-products) - Integrate Ballerina Hubspot CRM Products Connector to update the properties of a batch of products.
178
+
1. [Update Batch of Products](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/tree/main/examples/update-products) - Integrate Ballerina HubSpot CRM Products Connector to update the properties of a batch of products.
179
179
180
-
2. [Filter and Archive Batch](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/tree/main/examples/search-and-archive) - Integrate Ballerina Hubspot CRM Products Connector to filter products based on the price and then archive the batch.
180
+
2. [Filter and Archive Batch](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/tree/main/examples/search-and-archive) - Integrate Ballerina HubSpot CRM Products Connector to filter products based on the price and then archive the batch.
0 commit comments