import api proxies using go

hello, i'm currently new using apigee and go.

i want to ask about how to importing file using go

in this documentation

documentationhttps://apidocs.apigee.com/management/apis/post/organizations/%7Borg_name%7D/environments/%7Benv_name%7D/resourcefiles-0

there is resource url : https://api.enterprise.apigee.com/v1/organizations/{org_name}/environments/{env_name}/resourcefiles

what are the means of resourcefiles? And how to make or use it? Thank You

1 2 163
2 REPLIES 2

You might be interested in this repo:

https://github.com/DinoChiesa/go-apigee-edge.

It is a golang wrapper for the Apigee Admin APIs.

It allows you to do things like import proxies, deploy or undeploy proxies, create products, create developer apps, approve or reject apps or credentials, and so on.

10282-apigee-edge.png

i got this error when i try importing proxy using your example sir

sir