NETCoreBlockly
NETCoreBlockly copied to clipboard
.NET Core API to Blockly - generate from WebAPI, Swagger, OData, GraphQL => https://visualapi.azurewebsites.net/
https://github.com/ignatandrei/NETCoreBlockly/blob/cbf29b44c389b84fe80ff80b2c7c497652e7b21b/src/NetCore2Blockly/TestBlocklyHtml/Startup.cs#L105-L110 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in cbf29b44c389b84fe80ff80b2c7c497652e7b21b. It's been assigned to @ignatandrei because they committed the code.
For example: If a swagger endpoint gives an error , the code is swallowing the error: internal async Task AddSwagger(string key, string endpoint) { try { var data = await...
See block for JWT (JWT link at https://netcoreblockly.herokuapp.com/blockly.html ) Same block for cookies. Just must be modified the cookies.
https://github.com/ignatandrei/NETCoreBlockly/blob/afdcdbda09bfc3be22a5a2e7f693f2f19cb93676/src/NetCore2Blockly/TestBlocklyHtml/wwwroot/blockly/blocklyXHR.js#L31-L34 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in afdcdbda09bfc3be22a5a2e7f693f2f19cb93676. It's been assigned to @ignatandrei because they committed the code.
We should put categories on saved blocks and display the categories on the toolbox.
The saved blocks ( either localstorage, either Sqlite storage) should have CRUD ( create, read, update, delete)
clena up the blockly.html to be used a new project (angular, razor , others)
It will be great if we will ahve a way to import / export block for other to use
Hi Andrei, Save => Save Local is displaying error: local api it is not yet loaded - please try again after loading same error is displayed even in the demo...