Options
All
  • Public
  • Public/Protected
  • All
Menu

This class to provide url related methods

Hierarchy

  • UrlUtilsService

Index

Constructors

Methods

Constructors

Methods

  • appendQueryString(url: string, map: Record<string, any>): string
  • This method to append request parameters to url and return complete url string format

    example
    appendQueryString('https://api-so32.staging.nice-incontact.com',{includeEntries: false})
    

    Parameters

    • url: string

      resource url

    • map: Record<string, any>

      request parameters

    Returns string

    • string

Generated using TypeDoc