Build, test, and use REST APIs through a visual workspace with environments, auth profiles, request preview, mock responses, OpenAPI / Swagger import, history, caching, and code generation support.
Instead of scattering API paths, headers, auth logic, and test code across many scripts, you configure everything in one visual workspace and then use the same setup in runtime code.
For programmers, you can also optionally generate a facade layer for API usage, so the integration is easier to use correctly and much harder to misuse.
Instead of scattering API paths, headers, auth logic, and test code across many scripts, you configure everything in one visual workspace and then use the same setup in runtime code.
For programmers, you can also optionally generate a facade layer for API usage, so the integration is easier to use correctly and much harder to misuse.


Value Observer is an editor-friendly implementation of the Observer pattern.
Contains:
ValueObserver<T> - observes the value change and notifies listeners. Allows to validate the value change.
LinkedObserver<T> - connects observer located in another component and allows to use it as a field of this class.
LinkedValue<T> - connects any Serialized Property of any other component or Scriptable Object and allows it to be used as a field of this class.
LinkedMethod<TResult> - connects any method that returns a value. Editor-friendly equivalent of Func<TResult>. Supports up to 10 parameters.
Advantages: