Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Graph

Hierarchy

Index

Properties

child?: Core.Graph
curie?: string
links: { fx:encode: Encode; fx:property_helpers: PropertyHelpers; fx:reporting: Reporting; fx:store: Backend.Rels.Store; fx:stores: Stores; fx:token: never; fx:user: User; self: Backend.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: Backend.Rels.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: Backend.Graph

    Your API starting point.

props: { message: string }

Type declaration

  • message: string

    A small, human readable explanation of this resource.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc