Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Add organization ID to client connection using header #9

Merged
merged 4 commits into from
Oct 28, 2020
Merged

Add organization ID to client connection using header #9

merged 4 commits into from
Oct 28, 2020

Commits on Oct 20, 2020

  1. Add organization ID to client connection using header.

    This seems like the right place to do so - the resource API calls that
    require an organization ID that are not-quite RESTful also would need
    authentication with a user that is an administrator for the
    organization.  So putting it in at this level works out, and also avoids
    adding orgID parameters all over the place.
    
    Co-authored-by: hansnqyr <[email protected]>
    medains and hansnqyr committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    844c0a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    0221d94 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    ab37cb6 View commit details
    Browse the repository at this point in the history
  2. Update client_test.go

    aknuds1 authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    36698a7 View commit details
    Browse the repository at this point in the history