Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 764 Bytes

PopApi.md

File metadata and controls

46 lines (31 loc) · 764 Bytes

Fastly.PopApi

const apiInstance = new Fastly.PopApi();

Methods

Note

All URIs are relative to https://api.fastly.com

Method HTTP request Description
listPops GET /datacenters List Fastly POPs

listPops

listPops()

Get a list of all Fastly POPs.

Example

apiInstance.listPops()
  .then((data) => {
    console.log(data, "API called successfully.");
  })
  .catch((error) => {
    console.error(error);
  });

Options

This endpoint does not need any parameters.

Return type

[Pop]

[Back to top] [Back to API list] [Back to README]