[//]: # ( ) [//]: # (This file is automatically generated by the `jsarch`) [//]: # (module. Do not change it elsewhere, changes would) [//]: # (be overriden.) [//]: # ( ) # Architecture Notes ## Generating the SDK Most SDK from API generator are very opinionated on how the users will use it. We wanted to have a very simple API to be able to customize it at will. This file simply eats an OpenAPI file and generate the SDK to avoid boilerplate code. A small article about why and how to do that: https://insertafter.com/en/blog/considerations_for_generating_api_clients.html [See in context](./src/index.js#L1-L12)