Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Graph

Hierarchy

Index

Properties

Properties

Optional child

child: Graph

Optional curie

curie: undefined | string

links

links: { fx:encode: Encode; fx:property_helpers: PropertyHelpers; fx:reporting: Reporting; fx:store: Store; fx:stores: Stores; fx:token: never; fx:user: User; self: Graph }

Type declaration

  • fx:encode: Encode

    POST here to encode a body of html for use with our HMAC cart encryption.

  • fx:property_helpers: PropertyHelpers

    Various helpers used for determing valid property values.

  • fx:reporting: Reporting

    Reporting API home.

  • fx:store: Store

    The current store for your authentication token.

  • fx:stores: Stores

    Your stores.

  • fx:token: never

    OAuth endpoint for obtaining an access + refresh token pair. Please use the FoxySDK.Backend.API.getAccessToken() method to work with this endpoint.

  • fx:user: User

    Your API home page.

  • self: Graph

    Your API starting point.

props

props: { message: string }

Type declaration

  • message: string

    A small, human readable explanation of this resource.

Optional zooms

zooms: Readonly<Record<string, Graph | undefined>>

Generated using TypeDoc