Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IMethodOptions

Index

Properties

Optional accept

accept: string

Accept header, application/json if not set

Optional headers

headers: IHttpHeaders

Other headers to pass along with the request

Optional jsCacheSeconds

jsCacheSeconds: CacheSeconds<any>

Cache value retrieved from server in JavaScript runtime for given seconds

Optional jsonOptions

jsonOptions: IJsonParserOptions

JsonService options to use with this request, use this only if naming strategy is different for this request

Optional returnHeaders

returnHeaders: boolean

If you want to inspect response headers, pass this true, but make sure you have return type as IApiResponse

Generated using TypeDoc