Advanced Search
Search Results
6 total results found
Installation
In the sender space, navigate to Add-ons → Marketplace. Locate the Finmars-to-Finars module and install it. Go to Workflow → Schedules: URL format: https://{domain_name}/{realm_code}/{space_code}/w/schedule Create a new schedule and...
Usage
Obtaining a JWT Token You can retrieve a JWT token via an API POST request using the following URL pattern: https://{domain_name}/{realm_code}/{space_code}/api/v1/auth-tokens/personal-access-token/create-token/ Sending Data for a Single Portfolio In the...
Create Pull Request in repositories
Here is a example of contributing Finmars repositoriesCreate forkClone this forkExample:git clone https://github.com/<your-account>/<repo>.git cd <repo>Create new branchExample:git checkout -b <feat>Make changesFix changeExample:git add . git commit -m "<com...
Install on MacOS
Here is short guide of install Finmars community edition on your Mac.Make sure you have git and make installed. (https://developer.apple.com/documentation/xcode/installing-the-command-line-tools)Make sure you have docker desktop installed. (https://docs.docker...
Install on Linux
Here is short guide of install Finmars community edition on your Linux. Make sure you have git (https://git-scm.com/install/linux)Make sure you have make installed. (https://www.gnu.org/software/make/)Make sure you have docker installed. (https://docs.docker....
Install on Windows
Here is short guide of install Finmars community edition on your Windows. Install WSL on your PC (https://learn.microsoft.com/en-us/windows/wsl/install)Make sure you have docker desktop installed. (https://docs.docker.com/desktop/setup/install/windows-install...