Skip to content

norwegian-geotechnical-institute/labmanager-api-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of using lab manager API's with personal access token

Setup

  1. Create a virtual environment

    python -m venv .venv
  2. Activate the virtual environment

    Windows:

    .venv\Scripts\activate.bat

    Or:

    .venv\Scripts\activate.ps1
    

    Linux/macOS:

    source .venv/bin/activate
  3. Install the required packages

    pip install -r requirements.txt
  4. Copy and rename the environment file:

    cp .env.example .env
  5. Edit the .env file and add your personal access token

    Get the access token by clicking the button in...

    https://app.fieldmanager.io/developer

    DO NOT SHARE YOUR ACCESS TOKEN WITH ANYONE

  6. Run the script

     python example.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages