Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose Axios Instance #53

Merged
merged 2 commits into from
Jan 25, 2021
Merged

Expose Axios Instance #53

merged 2 commits into from
Jan 25, 2021

Conversation

loadpixels
Copy link
Contributor

Simply removed the private modifier to allow external access to the underlying axios instance, until the module reaches full coverage of the IG api

Resolves #43

@codecov-io
Copy link

Codecov Report

Merging #53 (b8ea77e) into main (c835596) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #53   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines           51        51           
  Branches         4         4           
=========================================
  Hits            51        51           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/client/RESTClient.ts 100.00% <ø> (ø)

@bennycode bennycode merged commit a01e7b3 into bennycode:main Jan 25, 2021
@bennycode
Copy link
Owner

Cool! It's available now with v0.1.0. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose httpClient on RestClient
3 participants