nordigen / nordigen-php

MIT License
40 stars 17 forks source link

Preserve guzzle client #18

Open nosnickid opened 1 year ago

nosnickid commented 1 year ago

Related Issue

Closes #17

Proposed Changes

accessToken is moved into RequestHandlerTrait RequestHandlerTrait sets an Authorization: Bearer {accessToken} header if one is present.

Additional Info