BosqueLanguage / BosqueCore

Other
144 stars 5 forks source link

API declaration #82

Open BosqueLanguage opened 4 months ago

BosqueLanguage commented 4 months ago

We need to add an api declaration for BSQON (and more). This looks like a function decl + some other bits

  1. Cannot have un-instantiated template params
  2. List of resource paths (see BREX) that are accessed -- per REST/CRUD verb (Read, Create, Replace, Modify, Insert, Remove, Delete).
  3. Add support for Event Log temporal checks -- need keywords blocking and warning? Code gen can convert into a host known result structure based on these results.
  4. Describe types of possible values written into the Progress Log.
  5. Describe required (optional) ENV + types