juspay/hyperswitch

[REFACTOR] Update HTTP Method for Retrieving GSM Records (/gsm/get) API to GET and Retrieve Fields via Query Parameters Instead of Request Body

Open

#2,820 opened on Nov 9, 2023

View on GitHub
 (8 comments) (0 reactions) (2 assignees)Rust (42,690 stars) (4,676 forks)batch import
C-refactorgood first issuehelp wanted

Description

Feature Description

Currently, the GSM Retrieve API (/gsm/get) accepts requests using the POST method, with fields being submitted in the request body. Ideally, it should be a GET method API, with fields accepted as query parameters

Possible Implementation

Change the HTTP method of the GSM Retrieve API (/gsm/get) to GET and modify it to accept fields in the query parameters

Contributor guide

[REFACTOR] Update HTTP Method for Retrieving GSM Records (/gsm/get) API to GET and Retrieve Fields via Query Parameters Instead of Request Body · juspay/hyperswitch#2820 | Good First Issue