Skip to content

Commit

Permalink
Dev/ameet/bbg v2 update (#700)
Browse files Browse the repository at this point in the history
* Update README.md

* Update package.json

Removed beta package and added release package for BBG

* Update README.md

Added a configuration section for API key info

* Update README.md

* linting done
  • Loading branch information
ameetj85 authored Apr 8, 2024
1 parent efa89a2 commit 4cc8082
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 262 deletions.
9 changes: 8 additions & 1 deletion how-to/integrate-with-bloomberg-basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
## Pre-requisites

- Bloomberg Terminal software installed, running and with a user logged in. Software can be acquired from here: <https://www.bloomberg.com/professional/support/software-updates/>
- An API key provided by Bloomberg. This should be inserted in the place indicated in the file bbgtest.ts
- Please see the documentation online for more information - <https://developers.openfin.co/of-docs/docs/integration-with-terminal-connect>

## Notes about this sample
Expand All @@ -27,6 +26,14 @@ This application you are about to install is a simple example of connecting to a

This example assumes you have already [set up your development environment](https://developers.openfin.co/of-docs/docs/set-up-your-dev-environment)

## Configuring the Sample

To run this sample you must first acquire an API key from Bloomberg. This API key should be inserted in the place indicated in the file bbgtest.ts

```js
const API_KEY = '<Please insert your API key here>';
```

## Running the Sample

To run this sample you can:
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-bloomberg-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "[email protected]",
"license": "SEE LICENSE IN LICENSE.MD",
"dependencies": {
"@openfin/bloomberg": "^2.0.0-beta.10",
"@openfin/bloomberg": "^2.0.0",
"@openfin/core": "34.78.80",
"@openfin/workspace": "17.2.14",
"@openfin/workspace-platform": "17.2.14"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"windows": [
{
"defaultHeight": 500,
"defaultWidth": 800,
"defaultWidth": 800,
"layout": {
"content": [
{
Expand Down
Loading

0 comments on commit 4cc8082

Please sign in to comment.