observation-js Documentation - v1.14.0
    Preparing search index...

    Class Countries

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Fetches a paginated list of all countries. The names of the countries will be returned in the language set on the client (default: 'en'). This is a public endpoint and does not require authentication.

      Returns Promise<Paginated<Country>>

      A promise that resolves to a paginated list of country objects.

      If the request fails.