IntegrationProjectApi21 is an simple application that make GET request to entered URL and show the JSON response in Card View
- Add the SDK as dependancy in app/build.gradle.kts file.
- Start the execution of SDK in App's application class.
- Add SDK's Interceptor with OkHttp Client when building it (NetworkRequests.java ).
- once the developer performed all 3 steps ,whenever an app performs HTTP request ,an additional header (token) will be added
- refer SDK integration Document for more clarity