VSCode Appframe Data API ExplorerThis extension helps mobile developers to speed up their workflow by giving direct access to available API resources and ability to generate Dart model classes from them. FeaturesList available resources on a hostThis extension will add a new tree pane that will contains all the hosts you've added to your settings. Each host can be expanded to list it's api resources. Add new resources to hostBy right-clicking the host-name you can choose to add a new resource entry to it directly from VSCode environment. Dart model class generatorClicking on a resource will generate a dart model class for it. The default save path will be used from your extension settings. You must be in a workspace for this feature to work. ConfigurationSome initial configuration is required to get started. You can access these settings under Preferences > Extensions. You must provide your credentials and add your development host(s). Release Notes1.0.0Initial release. |