ToastCode is a powerful Visual Studio Code extension that simplifies the creation and management of REST API definitions. Designed for developers who need to share and collaborate on API configurations effortlessly, ToastCode enables you to store API requests in files, version control them with GitHub, and share them efficiently.
Features
Create REST APIs: Define and store REST API requests directly within your project.
File-based Storage: Save your API configurations in files for version control.
Share Easily: Seamlessly share your APIs through GitHub or other version control systems.
Organize Requests: Group, manage, and organize your API requests for better development workflows.
Simplified Collaboration: Share APIs with team members for collaborative testing and development.
Tip: Save your APIs as JSON or YAML files and integrate them into your version control for clean and efficient sharing.
Requirements
This extension requires no special dependencies. Ensure you have Visual Studio Code installed and optionally Git for version control.
Release Notes
1.0.0
Initial release of ToastCode.
Create, save, and share REST API requests effortlessly.
Extension Guidelines for API Requests
Creating an API Request
File Naming: To create an API request, save your file with the .tos extension.
Opening the File: .tos files can be opened in the testing window, allowing you to interact with your API requests.
Adding Requests
Within the testing window, you can easily add your API requests and perform various operations.
Saving Your Request as an Example
To save your request for future reference, utilize the option to save it as an example.
Sharing Your Extension
To share your extension, simply distribute the .tos files along with any example files you have created.
Alternatively, you can push these files to GitHub for broader access and collaboration.