This library is used to provide the service PiApiCaller, which is a helper over HttpClient to make it easier the REST API calling.
- It is the counterpart of the pirest library used in server applications.
- The picodegen tool generates code that uses the PiApiCaller to make the calls, validate, and interpret the results.
Run ng build pirest-angular
to build the project. The build artifacts will be stored in the dist/
directory.
Run npm test
to execute the unit tests via Karma. The unit tests will be executed extracting the code coverage report (into the /coverage directory).