Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Endpoint

Enumerates all of the endpoints in our app, along with the expected access permissions. We don't care about the results of hitting these endpoints, just whether or not a FORBIDDEN response is returned, based on the expected permissions. This means we can get away with using dummy ids and not sending body data,

Hierarchy

  • Endpoint

Index

Properties

expectAllowedGroup

expectAllowedGroup: GROUP

expectAnonymousAccess

expectAnonymousAccess: boolean

method

method: "get" | "post" | "put"

path

path: string

Optional requestBody

requestBody: object

Generated using TypeDoc