Skip to content
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

Generated Hubspot CRM object products connector for Ballerina #2

Merged
merged 42 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
bd760f1
Generated connector code
DinithiLiyanage Dec 24, 2024
442b9b8
Created package.md file
DinithiLiyanage Dec 24, 2024
f8e2e17
Added snapshots for package.md
DinithiLiyanage Dec 24, 2024
4dc88a2
[Automated] Update the toml files
DinithiLiyanage Dec 31, 2024
5110de9
[Automated] Update the toml files
DinithiLiyanage Jan 1, 2025
7f59a93
[Automated] Update the toml files
DinithiLiyanage Jan 1, 2025
9d5976d
Sanitized the URLs and documentation
DinithiLiyanage Jan 6, 2025
2999d59
Wrote connector tests.
DinithiLiyanage Jan 6, 2025
fc7c8dd
Changed the overview/
DinithiLiyanage Jan 6, 2025
40bc0d2
Changes the package name of connector to 'obj'
DinithiLiyanage Jan 6, 2025
2e36cd4
[Automated] Update the toml files
DinithiLiyanage Jan 7, 2025
f9bcd2d
Example use cases using the API.
DinithiLiyanage Jan 7, 2025
5bfe217
[Automated] Update the toml files
DinithiLiyanage Jan 8, 2025
3860704
Updated the documentation and added license header
DinithiLiyanage Jan 9, 2025
125fabc
Fixed formatting issues and removed unnecessary files.
DinithiLiyanage Jan 9, 2025
40f66a8
[Automated] Update the toml files
DinithiLiyanage Jan 9, 2025
4608187
Wrote mock services
DinithiLiyanage Jan 9, 2025
419b55b
Updated image URLs
DinithiLiyanage Jan 9, 2025
a493cb2
Refactored ConnectionConfig
DinithiLiyanage Jan 9, 2025
cf70c14
Changed the overview and the replaced 'products' with 'hsproducts'
DinithiLiyanage Jan 9, 2025
db9e994
Added wso2 license
DinithiLiyanage Jan 9, 2025
fe1956b
Changed client object name and the package import alias
DinithiLiyanage Jan 9, 2025
85aff28
Changed copyright year
DinithiLiyanage Jan 9, 2025
ea76206
[Automated] Update the toml files
DinithiLiyanage Jan 9, 2025
accf4ea
Re-built with image and keywords in Ballerina.toml
DinithiLiyanage Jan 9, 2025
06a1204
Changes to dependencies.
DinithiLiyanage Jan 9, 2025
be1bedd
[Automated] Update the toml files
DinithiLiyanage Jan 10, 2025
14bf194
Changed the overview
DinithiLiyanage Jan 10, 2025
4f527aa
Changed products to hsproducts in Quickstart
DinithiLiyanage Jan 10, 2025
c1f3af4
Updated copyright year
DinithiLiyanage Jan 10, 2025
f184281
[Automated] Update the toml files
DinithiLiyanage Jan 10, 2025
8074f65
Restructured client initiation
DinithiLiyanage Jan 10, 2025
590bc57
Updated ReadMe file name for examples
DinithiLiyanage Jan 10, 2025
c0d19f3
[Automated] Update the toml files
DinithiLiyanage Jan 10, 2025
1be8c0c
Changed test file structure
DinithiLiyanage Jan 10, 2025
fe700c0
[Automated] Update the toml files
DinithiLiyanage Jan 10, 2025
9f691cc
Removed comments
DinithiLiyanage Jan 10, 2025
cdba1d3
Removed the comments changed the service initiation
DinithiLiyanage Jan 10, 2025
45005d9
Changed variable order
DinithiLiyanage Jan 10, 2025
3c1fff3
Fixed spelling mistake
DinithiLiyanage Jan 10, 2025
0514e52
Removed unnecessary test config
DinithiLiyanage Jan 11, 2025
0476582
Corrected some grammar errors
DinithiLiyanage Jan 14, 2025
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
197 changes: 180 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,193 @@

## Overview
ayeshLK marked this conversation as resolved.
Show resolved Hide resolved

[//]: # (TODO: Add overview mentioning the purpose of the module, supported REST API versions, and other high-level details.)
[HubSpot](https://www.hubspot.com/our-story) is an AI-powered customer relationship management (CRM) platform.

The `ballerinax/hubspot.crm.obj.products` package offers APIs to connect and interact with [HubSpot CRM Object Products API](https://developers.hubspot.com/docs/reference/api/crm/objects/products) endpoints, specifically based on [HubSpot REST API v3](https://github.com/HubSpot/HubSpot-public-api-spec-collection/blob/main/PublicApiSpecs/CRM/Products/Rollouts/424/v3/products.json).

## Setup guide

[//]: # (TODO: Add detailed steps to obtain credentials and configure the module.)
To use the HubSpot CRM Object Products connector, you must have access to the HubSpot API through a HubSpot developer account and an associated HubSpot app. Therefore, if you don't have one already, you need to register for a developer account on HubSpot.

### Step 1: Create/Login to a HubSpot Developer Account

If you already have an account, go to the [HubSpot developer portal](https://app.hubspot.com/)

If you don't have a HubSpot Developer Account, you can sign up to a free account [here](https://developers.hubspot.com/get-started)

### Step 2 (Optional): Create a [Developer Test Account](https://developers.hubspot.com/beta-docs/getting-started/account-types#developer-test-accounts) under your account

Within app developer accounts, you can create developer test accounts to test apps and integrations without affecting any real HubSpot data.

**Note:** _These accounts are intended only for development and testing purposes and should not be used production environments._

1. Go to 'Test Account' section from the left sidebar.

![Hubspot developer portal](https://raw.githubusercontent.com/ballerina-platform/https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/main/docs/setup/resources/test_acc_1.png)

2. Click 'Create developer test account'. In the dialog box, give a name to your test account and click 'Create'.

![Hubspot developer portal](https://raw.githubusercontent.com/ballerina-platform/https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/main/docs/setup/resources/test_acc_2.png)

### Step 3: Create a HubSpot App under your account.

1. In your developer account, navigate to the 'Apps' section. Click on 'Create App'.

![Hubspot app creation 1](https://raw.githubusercontent.com/ballerina-platform/https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/main/docs/setup/resources/create_app_1.png)

2. Provide the necessary details, including the app name and description.

### Step 4: Configure the Authentication Flow.

1. Move to the Auth Tab.

![Hubspot app auth setup 1](https://raw.githubusercontent.com/ballerina-platform/https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/main/docs/setup/resources/create_app_2.png)

2. In the Scopes section, add the following scope for your app using the 'Add new scope' button.

`e-commerce`

![Hubspot app auth setup 2](https://raw.githubusercontent.com/ballerina-platform/https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/main/docs/setup/resources/scope_set.png)

3. Add your Redirect URI in the relevant section. You can also use localhost addresses for local development purposes. Click 'Create App'.

![Hubspot app auth setup 3](https://raw.githubusercontent.com/ballerina-platform/https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/main/docs/setup/resources/create_app_final.png)

### Step 5: Get your Client ID and Client Secret

- Navigate to the 'Auth' section of your app. Make sure to save the provided Client ID and Client Secret.

![Hubspot app auth setup 5](https://raw.githubusercontent.com/ballerina-platform/https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/main/docs/setup/resources/get_credentials.png)

### Step 6: Setup Authentication Flow

Before proceeding with the Quickstart, ensure you have obtained the Access Token using the following steps:

1. Create an authorization URL using the following format:

```
https://app.hubspot.com/oauth/authorize?client_id=<YOUR_CLIENT_ID>&scope=<YOUR_SCOPES>&redirect_uri=<YOUR_REDIRECT_URI>
```

Replace the **YOUR_CLIENT_ID**, **YOUR_REDIRECT_URI** and **YOUR_SCOPES** with your specific value.

**Note:** _If you are using a localhost redirect url, make sure to have a listener running at the relevant port before executing the next step._

2. Paste it in the browser and select your developer test account to install the app when prompted.

![Hubspot app install](https://raw.githubusercontent.com/ballerina-platform/https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products/main/docs/setup/resources/install_app.png)

3. A code will be displayed in the browser. Copy the code.

4. Run the following curl command. Replace the **YOUR_CLIENT_ID**, **YOUR_REDIRECT_URI** and **YOUR_CLIENT_SECRET** with your specific values. Use the code you received in the above step 3 as the **CODE**.

- Linux/macOS

```bash
curl --request POST \
--url https://api.hubapi.com/oauth/v1/token \
--header 'content-type: application/x-www-form-urlencoded' \
--data 'grant_type=authorization_code&code=<CODE>&redirect_uri=<YOUR_REDIRECT_URI>&client_id=<YOUR_CLIENT_ID>&client_secret=<YOUR_CLIENT_SECRET>'
```

- Windows

```bash
curl --request POST ^
--url https://api.hubapi.com/oauth/v1/token ^
--header 'content-type: application/x-www-form-urlencoded' ^
--data 'grant_type=authorization_code&code=<CODE>&redirect_uri=<YOUR_REDIRECT_URI>&client_id=<YOUR_CLIENT_ID>&client_secret=<YOUR_CLIENT_SECRET>'
```

This command will return the access token necessary for API calls.

```json
{
"token_type": "bearer",
"refresh_token": "<Refresh Token>",
"access_token": "<Access Token>",
"expires_in": 1800
}
```

5. Store the access token securely for use in your application.

## Quickstart

[//]: # (TODO: Add a quickstart guide to demonstrate a basic functionality of the module, including sample code snippets.)
To use the **HubSpot CRM Object Products** connector in your Ballerina application, update the `.bal` file as follows:

### Step 1: Import the module

Import the `hubspot.crm.obj.products` module and `oauth2` module.

```ballerina
import ballerina/oauth2;
import ballerinax/hubspot.crm.obj.products as hsproducts;
```

### Step 2: Instantiate a new connector

1. Create a `Config.toml` file and, configure the obtained credentials in the above steps as follows:

```toml
clientId = <Client Id>
clientSecret = <Client Secret>
refreshToken = <Refresh Token>
```

2. Instantiate a `hsproducts:OAuth2RefreshTokenGrantConfig` with the obtained credentials and initialize the connector with it.

```ballerina
configurable string clientId = ?;
configurable string clientSecret = ?;
configurable string refreshToken = ?;

hsproducts:OAuth2RefreshTokenGrantConfig auth = {
clientId,
clientSecret,
refreshToken,
credentialBearer: oauth2:POST_BODY_BEARER
};

hsproducts:Client hubSpotProducts = check new ({ auth });
```

### Step 3: Invoke the connector operation

Now, utilize the available connector operations. A sample usecase is shown below.

#### Create a product

```ballerina
public function main() returns error? {
hsproducts:SimplePublicObjectInputForCreate payload = {
"properties": {
"name": "Coffee Grinder",
"hs_sku": "CMK12346",
"price": "540.00",
"description": "A high-quality coffee grinder that powders excellent coffee."
}
};
hsproducts:SimplePublicObject response = check hubSpotProducts->/.post(payload);
}
```

## Examples

The `Ballerina HubSpot CRM Products Connector` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/module-ballerinax-hubspot.crm.object.products/tree/main/examples/), covering the following use cases:

[//]: # (TODO: Add examples)
1. [Update Batch of Products](https://github.com/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.

2. [Filter and Archive Batch](https://github.com/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.

## Build from the source

### Setting up the prerequisites

1. Download and install Java SE Development Kit (JDK) version 21. You can download it from either of the following sources:

* [Oracle JDK](https://www.oracle.com/java/technologies/downloads/)
* [OpenJDK](https://adoptium.net/)
- [Oracle JDK](https://www.oracle.com/java/technologies/downloads/)
- [OpenJDK](https://adoptium.net/)

> **Note:** After installation, remember to set the `JAVA_HOME` environment variable to the directory where JDK was installed.

Expand All @@ -43,10 +206,10 @@ The `Ballerina HubSpot CRM Products Connector` connector provides practical exam

4. Export Github Personal access token with read package permissions as follows,

```bash
export packageUser=<Username>
export packagePAT=<Personal access token>
```
```bash
export packageUser=<Username>
export packagePAT=<Personal access token>
```

### Build options

Expand Down Expand Up @@ -90,9 +253,9 @@ Execute the commands below to build from the source.

7. Publish the generated artifacts to the local Ballerina Central repository:

```bash
./gradlew clean build -PpublishToLocalCentral=true
```
```bash
./gradlew clean build -PpublishToLocalCentral=true
```

8. Publish the generated artifacts to the Ballerina Central repository:

Expand All @@ -112,7 +275,7 @@ All the contributors are encouraged to read the [Ballerina Code of Conduct](http

## Useful links

* For more information go to the [`hubspot.crm.object.products` package](https://central.ballerina.io/ballerinax/hubspot.crm.object.products/latest).
* For example demonstrations of the usage, go to [Ballerina By Examples](https://ballerina.io/learn/by-example/).
* Chat live with us via our [Discord server](https://discord.gg/ballerinalang).
* Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag.
- For more information go to the [`hubspot.crm.obj.products` package](https://central.ballerina.io/ballerinax/hubspot.crm.obj.products/latest).
- For example demonstrations of the usage, go to [Ballerina By Examples](https://ballerina.io/learn/by-example/).
- Chat live with us via our [Discord server](https://discord.gg/ballerinalang).
- Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag.
10 changes: 5 additions & 5 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
distribution = "2201.10.0"
org = "ballerinax"
name = "hubspot.crm.object.products"
version = "0.1.0"
name = "hubspot.crm.obj.products"
version = "1.0.0"
license = ["Apache-2.0"]
authors = ["Ballerina"]
keywords = []
# icon = "icon.png" # TODO: update icon.png
keywords = ["Hubspot", "CRM", "Object", "Products"]
icon = "icon.png"
repository = "https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.products"

[build-options]
observabilityIncluded = true

[platform.java21]
[platform.java17]
graalvmCompatible = true
Loading
Loading