Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

DIV-6821: Creating lib to access PRD #1

Merged
merged 4 commits into from
Mar 3, 2021
Merged

DIV-6821: Creating lib to access PRD #1

merged 4 commits into from
Mar 3, 2021

Conversation

jvictorcf
Copy link
Contributor

@jvictorcf jvictorcf commented Mar 3, 2021

Change description

Bringing first version to GitHub.

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[X] No

@jvictorcf jvictorcf changed the title Div6821 DIV-6821: Creating lib to access PRD Mar 3, 2021
@jvictorcf jvictorcf marked this pull request as ready for review March 3, 2021 16:25
export class OrganisationClient {
constructor(private readonly apiKey: string,
private readonly serviceApiKey: string,
private readonly userEmail: string,
Copy link
Contributor

@Jamesnelson117 Jamesnelson117 Mar 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove userEmail, no longer needed.

headers: {
'Authorization': this.apiKey,
'ServiceAuthorization': this.serviceApiKey,
'UserEmail': this.userEmail,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can be deleted.

@jvictorcf jvictorcf merged commit d05ac22 into master Mar 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants