towerstats.js
    Preparing search index...

    Function postRequest

    • Convenience function for making POST requests to the API.

      Parameters

      • apiKey: string

        Your API key.

      • url: URL

        The endpoint URL.

      • data: any

        Data to post.

      Returns Promise<Response>

      The fetch response.