endpoints: Endpoints = ...

A extensible set of endpoints for calling Fauna.

Most clients will will not need to extend this set.

  // add to the endpoints constant
endpoints.myProxyEndpoint = new URL("https://my.proxy.url");