RestfulBox icon indicating copy to clipboard operation
RestfulBox copied to clipboard

make a new project

Open aryan57 opened this issue 1 year ago • 2 comments

hi how can i make a new custom project whose endpoints are not tied with spring boot

aryan57 avatar Sep 27 '24 19:09 aryan57

hi how can i make a new custom project whose endpoints are not tied with spring boot

  1. import apis or save api edited in the request client
  2. for other language or frameworks, you need make a new idea plugin that use restfulbox extension points described in document.

are you want to scan code apis from other language or framework?

newhoo avatar Sep 28 '24 06:09 newhoo

Hi, Can you point me to the import api button? I basically just want a + button, which I can use to create any custom requests. For example, I hit an reqres.in api endpoint in the tab at down, I just want to save it, so it appears at top, and I can reuse it. The endpoints I want to hit, should be independent from any language I use. Its fine if auto scanning the spring boot controllers doesn't work. It doesn't correctly work anyways (doesn't detect the endpoints properly, if some constant has been used).

Thanks

image

aryan57 avatar Sep 30 '24 08:09 aryan57

Hi, Can you point me to the import api button? I basically just want a + button, which I can use to create any custom requests. For example, I hit an reqres.in api endpoint in the tab at down, I just want to save it, so it appears at top, and I can reuse it. The endpoints I want to hit, should be independent from any language I use. Its fine if auto scanning the spring boot controllers doesn't work. It doesn't correctly work anyways (doesn't detect the endpoints properly, if some constant has been used).

Thanks

Here's how it might help you:

  1. import apis from postman/apifox 图片

图片

  1. save api edited in the request client to datasource 图片

  2. constant replace for scanning apis 图片

Due to limited time, Chinese documents are more comprehensive. Please visit it with translation as needed.

newhoo avatar Oct 04 '24 03:10 newhoo

Thank you so much for being so supportive 😄.

On Fri, 4 Oct 2024 at 8:50 AM, Mr.Hu @.***> wrote:

Hi, Can you point me to the import api button? I basically just want a + button, which I can use to create any custom requests. For example, I hit an reqres.in api endpoint in the tab at down, I just want to save it, so it appears at top, and I can reuse it. The endpoints I want to hit, should be independent from any language I use. Its fine if auto scanning the spring boot controllers doesn't work. It doesn't correctly work anyways (doesn't detect the endpoints properly, if some constant has been used).

Thanks

[image: image] https://private-user-images.githubusercontent.com/55305876/372002545-e2d5c0f0-5149-40be-bbc4-f97040515699.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjgwMTE1NjgsIm5iZiI6MTcyODAxMTI2OCwicGF0aCI6Ii81NTMwNTg3Ni8zNzIwMDI1NDUtZTJkNWMwZjAtNTE0OS00MGJlLWJiYzQtZjk3MDQwNTE1Njk5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMDQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDA0VDAzMDc0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIxNTBiOTZlZDEzNDBiMzY2MzgzZmUyNjgxNzI5ZTUwZGYwYjBhMDRlMDEzYTQzMTkzNTJjY2E3Y2EyMjg1ZWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8q_FFJofP_Rt8Ql4S6JFOF_RyoBnCBCd1rssTrDr94U

Here's how it might help you:

import apis from postman/apifox default.png (view on web) https://github.com/user-attachments/assets/9ef0721f-61a1-4610-9103-b6b2eab8ee45 default.png (view on web) https://github.com/user-attachments/assets/8f08212f-ab7f-404a-b020-1864a8ab221e 2.

save api edited in the request client to datasource default.png (view on web) https://github.com/user-attachments/assets/257d4e9f-8ccb-4729-b0f1-a7bc220be852 3.

constant replace for scanning apis default.png (view on web) https://github.com/user-attachments/assets/6070efc5-0488-4d5f-a65e-dd2cf8ed6d21

Due to limited time, Chinese documents are more comprehensive. Please visit it with translation as needed.

— Reply to this email directly, view it on GitHub https://github.com/newhoo/RestfulBox/issues/49#issuecomment-2392717186, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANF6NFDLSGH2CV4WKKSK2X3ZZYCQTAVCNFSM6AAAAABO7XMI3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJSG4YTOMJYGY . You are receiving this because you authored the thread.Message ID: @.***>

aryan57 avatar Oct 04 '24 20:10 aryan57