@@ -154,7 +154,7 @@ More complex nested objects are also parsed - for example, to make this call to
you might use the following JavaScript:
```javascript
import{gammaBookingAllSave}from"gamma-in-js";
import{gammaBookingAllSave}from"gammajs";
consttestBookingItem={
GammaInputType:"Booking",
...
...
@@ -283,7 +283,7 @@ If the Gamma API throws an error, an error will also be thrown from the JavaScri
## TODO
-**Endpoints** - the multi-endpoint API architecture has not yet been introduced to the live Gamma environment. `config.js` will require updating when this occurs.
-**CLI** - with some restructuring, this library could possibly also be used as a command-line tool.