[PR #1285] [MERGED] Add Salesforce Apex codegen #3201

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/1285
Author: @silentmatt
Created: 10/17/2020
Status: Merged
Merged: 10/17/2020
Merged by: @liyasthomas

Base: masterHead: codegen-apex


📝 Commits (1)

  • 05c08d5 Add Salesforce Apex codegen

📊 Changes

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

View changed files

📝 helpers/codegen/__tests__/__snapshots__/codegen.spec.js.snap (+78 -0)
📝 helpers/codegen/codegen.js (+2 -0)
helpers/codegen/generators/salesforce-apex.js (+77 -0)

📄 Description

Apex wasn't mentioned in #1190 but this would be useful for my job, and I figured other people might want it too.


🔄 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/1285 **Author:** [@silentmatt](https://github.com/silentmatt) **Created:** 10/17/2020 **Status:** ✅ Merged **Merged:** 10/17/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `codegen-apex` --- ### 📝 Commits (1) - [`05c08d5`](https://github.com/hoppscotch/hoppscotch/commit/05c08d5c21e1cbd0aaf4c3de6e31015458fa00b1) Add Salesforce Apex codegen ### 📊 Changes **3 files changed** (+157 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `helpers/codegen/__tests__/__snapshots__/codegen.spec.js.snap` (+78 -0) 📝 `helpers/codegen/codegen.js` (+2 -0) ➕ `helpers/codegen/generators/salesforce-apex.js` (+77 -0) </details> ### 📄 Description Apex wasn't mentioned in #1190 but this would be useful for my job, and I figured other people might want it too. --- <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#3201
No description provided.