Por padrão, o host e a porta (tráfego) são definidos por padrão como 0
e 8998, respectivamente.
Você define a porta ao instalar o emulador da Apigee e os valores de caminho base e de recurso ao desenvolver seu proxy de API.
Como usar curl para testar suas APIs
Para testar as APIs usando curl, abra a guia Terminal e execute uma chamada para a API.
Exemplo:
curl 0:8998/helloworld
Como autenticar usando uma chave de API
Se a API exige autenticação com base em chave de API:
Crie e exporte os recursos de teste do produto, desenvolvedor e app da API, conforme descrito em Como criar recursos de teste
Clique em Apps de desenvolvedor ativo na seção Active test resources do Emulador Apigee e copie o valor consumerKey do produto API, conforme mostrado no figura a seguir.
Transmita a chave de API na chamada de curl, conforme exigido pela API. Por exemplo, a seguinte chamada de curl transmite a chave de API no parâmetro de consulta apikey:
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-04-03 UTC."],[[["This page provides guidance on testing APIs within both Apigee and Apigee hybrid environments."],["The URL for an API proxy endpoint is found within the \"emulators\" section under \"Active deployments\" and typically consists of a host and port, basepath, and resource."],["You can test APIs using curl by opening the \"Terminal\" tab and executing a call to your API endpoint, with examples provided."],["API key-based authentication can be implemented by building and exporting relevant test resources, such as API products, developers, and developer apps, and passing the `consumerKey` value in the curl request."],["Before testing an API, it may be necessary to create and export a test set of resources, mirroring a production environment, such as API products, developers, and apps."]]],[]]