Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: protobi/protobi-javascript-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: protobi/protobi-javascript-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: beta
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 31 files changed
  • 1 contributor

Commits on Dec 14, 2025

  1. Extend API coverage, add command line interface tool, add docs for RE…

    …ST API + JS API + CLI, add unit tests, add example config files
    protobi-pieter committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    ef425cf View commit details
    Browse the repository at this point in the history
  2. Update README.md

    protobi-pieter committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    3204d07 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2026

  1. Add REST API clone tool and new API methods

    - Add clone-project.mjs tool for cloning projects between environments
      - Supports config files, verbose mode, and skip-files option
      - Silent by default, outputs only destination ID to stdout
      - Verbose output goes to stderr for proper piping
    - Add REST API methods to protobi-rest-api.js:
      - getDataset() - retrieve dataset metadata
      - getDataTables() - list data tables
      - downloadData() - download raw CSV data
      - uploadCsvText() - upload raw CSV data
    - Fix all fetch() calls to use nodeFetch() for SSL certificate support
    - Remove debug console.log statements
    - Use only API routes (/api/v3/**), not web routes (/v3/**)
    - Update dependencies (chalk, etc.)
    protobi-pieter committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    f3badbd View commit details
    Browse the repository at this point in the history
  2. Switch to commander and remove unnecessary dependencies

    - Replace custom parseArgs with commander for better CLI parsing
    - Remove chalk (not worth the dependency for colored output)
    - Remove unused dependencies: fs-extra, inquirer, lodash.merge, ora
    - Move commander to devDependencies (only used by tools)
    - Final dependencies: 3 core (csv, form-data, node-fetch) + 5 dev
    - Removed 56 packages from node_modules
    protobi-pieter committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    ab9fbb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2026

  1. Add clone project tool

    protobi-pieter committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    fb5b96d View commit details
    Browse the repository at this point in the history
Loading