ignatandrei / NETCoreBlockly

.NET Core API to Blockly - generate from WebAPI, Swagger, OData, GraphQL => https://visualapi.azurewebsites.net/
https://ignatandrei.github.io/BlocklyAutomation/
MIT License
177 stars 37 forks source link

Can override Host/Port be removed from a Custom API? #159

Closed djaus2 closed 6 months ago

djaus2 commented 7 months ago

I have MySite->API->Custom APIs These are implemented as Controllers in a WebAPI

Can the control be optionally changed to remove the clutter of having override Host and override Port? image

ignatandrei commented 7 months ago

It was meant to can call same API on different servers. But yes, you are right. I will think and modify

djaus2 commented 7 months ago

I am working on a .NET to Arduino orchestrator. https://github.com/djaus2/Soft-ata My ultimate goal is to orchestrate from something like Blockly which I now have just achieved. David Jones (Microsoft MVP)

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Andrei Ignat @.> Sent: Friday, April 12, 2024 5:49:48 AM To: ignatandrei/NETCoreBlockly @.> Cc: David Jones (MVP) @.>; Author @.> Subject: Re: [ignatandrei/NETCoreBlockly] Can override Host/Port be removed from a Custom API? (Issue #159)

It was meant to can call same API on different servers. But yes, you are right. I will think and modify

— Reply to this email directly, view it on GitHubhttps://github.com/ignatandrei/NETCoreBlockly/issues/159#issuecomment-2050409557, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC7U2EP2CDJMC2KPKCD3C7TY43SNZAVCNFSM6AAAAABGCJQRF2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJQGQYDSNJVG4. You are receiving this because you authored the thread.Message ID: @.***>

djaus2 commented 7 months ago

I have written a blog post for my context wrt NETCore Blockly: DjsBlog: Softata -Blockly ... The Holy Grail (windows.net)https://djzblogaccname137.z26.web.core.windows.net/softata/Softata-Blockly____The_Holy_Grail-softata.html

David Jones

From: David Jones (MVP) @.> Sent: Friday, April 12, 2024 11:22 AM To: ignatandrei/NETCoreBlockly @.> Subject: Re: [ignatandrei/NETCoreBlockly] Can override Host/Port be removed from a Custom API? (Issue #159)

I am working on a .NET to Arduino orchestrator. https://github.com/djaus2/Soft-ata My ultimate goal is to orchestrate from something like Blockly which I now have just achieved. David Jones (Microsoft MVP)

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Andrei Ignat @.**@.>> Sent: Friday, April 12, 2024 5:49:48 AM To: ignatandrei/NETCoreBlockly @.**@.>> Cc: David Jones (MVP) @.**@.>>; Author @.**@.>> Subject: Re: [ignatandrei/NETCoreBlockly] Can override Host/Port be removed from a Custom API? (Issue #159)

It was meant to can call same API on different servers. But yes, you are right. I will think and modify

- Reply to this email directly, view it on GitHubhttps://github.com/ignatandrei/NETCoreBlockly/issues/159#issuecomment-2050409557, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC7U2EP2CDJMC2KPKCD3C7TY43SNZAVCNFSM6AAAAABGCJQRF2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJQGQYDSNJVG4. You are receiving this because you authored the thread.Message ID: @.**@.>>

ignatandrei commented 7 months ago

I do not see a reference in the master branch to NETCoreBlockly . I can instrument for you in a PR , if you want . ( And also, when cloning the project, from the Softata.sln cannot load MeadowLab and NetStandardSoftata - see picture below) image

djaus2 commented 7 months ago

Re: The Repository. Have fixed that now. I had removed Meadow/NetStandrd from the repository because of a bug. I have recently revisted it but didn't reinclude it in the repository. Note that the Meadow code has a documented bug so isn't usable at this moment. Awaiting a submitted bug fix.

NETCoreBlockly is referenced in Softata/SoftataWebAPI

Yes can you please generate the PR, thx

ignatandrei commented 7 months ago

https://github.com/djaus2/Soft-ata/pull/4 - adding to show how to put Soft-Ata API at startup and examples

djaus2 commented 7 months ago

Thanks to @ignatandrei Softata Samples are now directly available as Examples in Blockly.

djaus2 commented 7 months ago

Thanks for you help with this. Looking good.

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Andrei Ignat @.> Sent: Monday, April 22, 2024 3:15:12 AM To: ignatandrei/NETCoreBlockly @.> Cc: David Jones (MVP) @.>; Author @.> Subject: Re: [ignatandrei/NETCoreBlockly] Can override Host/Port be removed from a Custom API? (Issue #159)

djaus2/Soft-ata#4https://github.com/djaus2/Soft-ata/pull/4 - adding to show how to put Soft-Ata API at startup and examples

— Reply to this email directly, view it on GitHubhttps://github.com/ignatandrei/NETCoreBlockly/issues/159#issuecomment-2068138684, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC7U2EK7P4BEBTTTLJ24JWTY6PX2BAVCNFSM6AAAAABGCJQRF2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRYGEZTQNRYGQ. You are receiving this because you authored the thread.Message ID: @.***>

ignatandrei commented 6 months ago

It will be ready in the next version

ignatandrei commented 6 months ago

Update latest nuget.org/packages/NetCore2Blockly version 8.2024.503.745

djaus2 commented 6 months ago

Great! Thats works. Thanks. image

:)