Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AVAP ConnectorsNew to Visual Studio Code? Get it now.
AVAP Connectors

AVAP Connectors

AVAP Framework

avapframework.com
|
2 installs
| (0) | Free
AVAP Connectors
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AVAP Connectors

The AVAP Connectors extension for Visual Studio Code enables configuration and management of connectors to external services and APIs to be used seamlessly within AVAP incode.

With AVAP Connectors, you can easily integrate external data sources, databases, REST APIs, and other services into your AVAP projects by configuring custom connectors with their own repertoire of methods. This allows AVAP scripts to interact dynamically with external systems.

Example usage in AVAP code:

psql_connector = avapConnector("REJ_Q09TOKEVTGSMTc1062240328")
users = psql_connector.query("select * from obex_users;")
addResult(users)

Each connector's available methods are defined and configurable through the AVAP Connectors extension, llowing you to tailor the functionality per connector type or external system.


Support for Developers

The AVAP Connectors extension supports developers working within Visual Studio Code as well as vscode.dev online environments. Access detailed guides and tutorials at AVAP Alexandria and discuss use cases or troubleshools at AVAP Communities.


Installed Extensions AVAP Connectors requires the base extension *AVAP Dev Extensions for Visual Studio Code). Please make its installed before using AVAP Connectors.


Auto start

  • Step 1. Install the AVAP Connectors extension from the Visual Studio Code marketplace.

  • Step 2. Configure your connectors via the extension's settings panel, where you can define service endpoints, authentication, and method repertoires.

  • Step 3. Use the avapConnector() function in your AVAP scripts to instantiate and call configured connectors.


Overview of extension features

The AVAP Connectors extension offers:

  • Configuration UIT for define connectors with authentication, endpoint URL, and custom methods.

  • Support for multiple connector types (e.g., PostgreSQL, REST API, SOAPS services) with extensible method repertoires.

  • Dynamic invocation of connector methods directly from AVAP code.

  • Secure handling of credentials and tokens within the extension environment.

  • Integration with AVAP language runtime for seamless data retrieval and interaction.

AVAP CLI integration

The AVAP Connectors extension is fully compatible with AVAP CLI tools, allowing command line usage and scripting scenarios to leverage configured connectors.

Feedback

Join the AVAP Community and share your feedback with us at communities.avapframework.com

Follow AVAP updates on Twitter.

License

AVAP Connectors extension for Microsoft Visual Studio Code

Copyright (c) 101OBEX, CORP

All rights reserved.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft