razorpay / razorpay/razorpay-java
use spring resttemplate or webclient to place REST requests
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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