Disable API Discovery for API Explorer

I am new to App Engine and am trying to figure out how to disable the API API from showing all my APIs that are currently public and available to any visitor [MYPROJECT].appspot.com/_ah/api/explorer

Snapchat is supposedly using the AppEngine, however visiting https://apis-explorer.appspot.com/apis-explorer/?base=https://feelinsonice.appspot.com/_ah/api#p/ doesn't show their API.

Viewing the network activity for this page you will see that requests are being made at https://feelinsonice.appspot.com/_ah/api/discovery/v1/apis but are returning 404

.

How can I do the same?

When visiting the browser API using my project ID, I see the following: APIs Discovery Service

Is this a criminal?

+3


source to share


1 answer


Endpoints are the culprit. I am assuming you are using endpoints since you enabled this tag and I guess snapchat does not use endpoints.



There is nothing you can do to change this differently and then stop using the endpoints.

+2


source







All Articles