bliblidotcom / blibli-backend-framework

Blibli.com Backend Framework
https://www.blibli.com/
Apache License 2.0
75 stars 13 forks source link

Adding query params able to be configured via properties #42

Open mehtakaran9 opened 3 years ago

mehtakaran9 commented 3 years ago

Right now, only headers can be configured via properties, static params can be supported with the following approach for clients.

khannedy commented 3 years ago

hi @mehtakaran9 can you add unit test for this feature, like this :

https://github.com/bliblidotcom/blibli-backend-framework/blob/master/blibli-backend-framework-api-client/src/test/java/com/blibli/oss/backend/apiclient/DynamicClientTest.java