Add connector scaffold for this-is-another-test#151
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Created root connector directory structure at connector-registry/this-is-another-test/ - Added connector.json with metadata (identifier, name, category, tags, description, homepage) - Added README.md following existing connector patterns - Created assets directory with .gitkeep placeholder This scaffold follows the 514 Labs Registry structure and is ready for implementation.
Copilot
AI
changed the title
[WIP] Add connector request for This is atest
Add connector scaffold for this-is-another-test
Nov 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Implements connector request for "This is atest" (identifier:
this-is-another-test). Created root-level connector directory structure with metadata following registry conventions.Files created:
connector-registry/this-is-another-test/_meta/connector.json- Connector metadata with schema referenceconnector-registry/this-is-another-test/_meta/README.md- Root-level documentationconnector-registry/this-is-another-test/_meta/assets/- Directory for visual assetsConnector metadata:
api["wooo"]https://openweathermap.orgStructure follows existing patterns from
hubspotanddutchieconnectors. Version-specific implementations can be added under{version}/{author}/subdirectories.Testing Checklist
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.