mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #131] Plugin feature #129
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NghiaTranUIT on GitHub (Apr 28, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/131
Originally assigned to: @NghiaTranUIT on GitHub.
🐶 Brief
Inspired from Paw, it has a capability to extend the features if need by providing the plugins.
It means that those plugin-features is optional, and doesn't affect to the complexity of the app.
We should support the basic plugins-market, to help use download and install easily.
Built-in Plugins:
👑 Criteria
@muizidn commented on GitHub (Nov 5, 2020):
any update on this?
@NghiaTranUIT commented on GitHub (Nov 6, 2020):
Hey, we decided to put this ticket in Backlog since we have more important features for 80% of total user-cases.
We release the first version of the Plugin feature, it's called "Scripting" (https://docs.proxyman.io/scripting/script)
@NghiaTranUIT commented on GitHub (Nov 6, 2020):
Just wondering @muizidn, let imagine that the Plugin feature is released. What is the Plugin are you looking for at first glance? 🤔
I will collect the request and have a plan to implement it soon 😄
@muizidn commented on GitHub (Nov 6, 2020):
😅. I would like to convert all my pinned endpoints into Moya target or Retrofit api. Scripting looks cool!
@NghiaTranUIT commented on GitHub (Nov 6, 2020):
@muizidn Look like Code Generate is possible with httpsnippet (https://github.com/Kong/httpsnippet). It's easier to integrate to Proxyman without implementing the Plugin, which is a huge feature 😄
Let me consider and support httpsnippet code
@monavari-lebrecht commented on GitHub (Jan 12, 2023):
I am looking forward for the plugin section as well :)
In OData we have batch requests, that collect multiple requests in one $batch and the response looks like this:
So in the body is (wrapped in something like this --batch_id-1673453844670-135) for each intern request the header code and then some json.
Important for us is most of the time the json part, so we would love to see it well formatted.
For better understanding. This is the POST payload of the request:
@NghiaTranUIT commented on GitHub (Jan 13, 2023):
Thanks for the sample @monavari-lebrecht.
If I understand correctly, you would like to use the Plugin to show a batch request as multiple separated requests on the app?
Currently, Proxyman shows Multiple Parts and you can prettify the JSON string as well. Here is the video: https://www.dropbox.com/s/mew5kndo6kdxvrg/CleanShot%202023-01-13%20at%2011.12.19.mp4?dl=0