moneyhub / moneyhub-api-client

Node.JS Client for the Moneyhub API
10 stars 7 forks source link

Use simple URL for PAR #60

Closed gillyhl closed 1 year ago

gillyhl commented 1 year ago

Previously the PAR URL method would create a URL with query parameters like response_type in the URL, and sometimes this value wouldn't match the config of the client (it would always default to code)

This just makes the URL have a request_uri query parameter.