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: batchlinesolutions/core-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: batchlinesolutions/core-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rl-core-auth
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Aug 12, 2026

  1. Introduce CORE Api Authentication

    A new version of the API (CORE) is now available and will be used in the
    near future for new resources. This new API utilizes a basic
    authentication scheme. This PR lays the groundwork for future PR's to be
    able to interact with the CORE api, and adds the plumbing necessary to
    successfully configure the gem, and authenticate with CORE.
    
    This change addresses the need by:
    * Introducing a v2 authenticator
    * Introducing a v2 api
    * Introducing a CoreObject resource which can be used by all core (v2)
      objects
    imRohan committed Aug 12, 2026
    Configuration menu
    Copy the full SHA
    5a15f1d View commit details
    Browse the repository at this point in the history
  2. WIP remove auth/info call

    imRohan committed Aug 12, 2026
    Configuration menu
    Copy the full SHA
    8b37892 View commit details
    Browse the repository at this point in the history
Loading