Advanced Search
Search Results
3 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...