apigee / apigee-deploy-maven-plugin

Apache License 2.0
80 stars 167 forks source link

API Key import is allowing only for first 100 developer apps #223

Closed mahesh-kannekanti closed 11 months ago

mahesh-kannekanti commented 11 months ago

Problem:

While doing an import to Hybrid Apigee, if there are 150 developer apps associated with a developer, plugin is throwing error for the apps that are more than 100.

This is because Hybrid Apigee management API call(Google API) returns only 100 apps.

Solution:

Is there a way to release a new version of the plugin with /v1/organizations//developers//apps?expand=true in ImportKeysMojo.java (getApp()) so that it will extract all the apps that are assocoiated with the developer.

ssvaidyanathan commented 11 months ago

you have created this in the wrong repo. You should be creating it here

Please include version you are using. What error you are seeing? What are you trying to do etc

ssvaidyanathan commented 11 months ago

Never mind - I opened it https://github.com/apigee/apigee-config-maven-plugin/issues/182