Building your first API proxy using Apigee in VS Code
Stay organized with collections
Save and categorize content based on your preferences.
This page
applies to Apigee and Apigee hybrid.
View
Apigee Edge documentation.
Build your first API proxy using Apigee in VS Code.
Create an Apigee workspace to set up the directory structure required for local development with Apigee.
Create an API proxy. You'll connect your API proxy to a mock target endpoint so you can see how it works.
Configure and deploy an environment that includes your new API proxy.
Test your API. Learn how to build and export test resources and authenticate using an API key to test your API.
Change your target endpoint so your API proxy returns XML data.
Attach a policy to convert the response from XML to JSON.
Deploy to an Apigee environment.
Promote an archive to production.
Next step
(NEXT) Step 1: Create an Apigee workspace
2
3
4
5
6
7
8
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-06-07 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]