UNPKG

instagram-graph-api

Version:

A library to help perform requests to the Instagram Graph API.

13 lines (12 loc) 251 B
/** * Class containing Constants used throughout the project. * * @author Tiago Grosso <tiagogrosso99@gmail.com> * @since 0.1.0 */ export declare class Constants { /** * The URL of the api. */ static readonly API_URL: string; }