[PR #1284] [MERGED] feat:add code generator for Ruby Net::HTTP #3204

Closed
opened 2026-03-17 00:50:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1284
Author: @bsinky
Created: 10/16/2020
Status: Merged
Merged: 10/17/2020
Merged by: @liyasthomas

Base: masterHead: ruby-codegen


📝 Commits (1)

  • a9a2e51 feat:add code generator for Ruby Net::HTTP

📊 Changes

3 files changed (+171 additions, -0 deletions)

View changed files

📝 helpers/codegen/__tests__/__snapshots__/codegen.spec.js.snap (+89 -0)
📝 helpers/codegen/codegen.js (+2 -0)
helpers/codegen/generators/ruby-net-http.js (+80 -0)

📄 Description

This PR adds a code generator for Ruby using the Net::HTTP standard library, as mentioned in #1190

I'm not a Rubyist myself, any feedback is welcome. Thanks!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1284 **Author:** [@bsinky](https://github.com/bsinky) **Created:** 10/16/2020 **Status:** ✅ Merged **Merged:** 10/17/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `ruby-codegen` --- ### 📝 Commits (1) - [`a9a2e51`](https://github.com/hoppscotch/hoppscotch/commit/a9a2e5160f241f272ef013c86fc18cd9fb46645c) feat:add code generator for Ruby Net::HTTP ### 📊 Changes **3 files changed** (+171 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `helpers/codegen/__tests__/__snapshots__/codegen.spec.js.snap` (+89 -0) 📝 `helpers/codegen/codegen.js` (+2 -0) ➕ `helpers/codegen/generators/ruby-net-http.js` (+80 -0) </details> ### 📄 Description This PR adds a code generator for Ruby using the Net::HTTP standard library, as mentioned in #1190 I'm not a Rubyist myself, any feedback is welcome. Thanks! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:50:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3204
No description provided.