razorpay / razorpay/razorpay-java

use spring resttemplate or webclient to place REST requests

Open
#122 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Java
Stars
74
Forks
83
PR merge metrics
No merged PRs in 30d

Description

spring rest template allows better abstraction of rest interfaces and is a de facto industry standard. Alternatively, there is Spring webclient now. Why do you use and outdated version of the OkHttpClient which is a lower level http library? If you try to avoid the transitive dependency to the Spring ecosystem: can you provide a separate client library for Spring?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No repository files, tests, or entry points are named in the issue. Start by reviewing the existing OkHttpClient usage and the linked Spring RestTemplate and WebClient references; determine whether the project should replace its HTTP layer or provide a separate Spring client library. Done means the chosen scope and compatibility approach are implemented and covered by appropriate tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, spring
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.