Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.07 KB

reference.md

File metadata and controls

23 lines (16 loc) · 1.07 KB

Reference

This library provide implementations for:

  • The service itself:
    • ApiEntityService: The main class of the package and provides an abstraction for an REST Api resource.
  • Api response parsers:
  • Api error parsers:
  • Entities creators:
    • EntityCreator: Creates the entities included in a parsed response in their corresponding stores.

If you want to know how all this elements work together please refer to the Usage section.

Types

For a complete list of all the types exported by this library please refer to the Types section.

Errors

For a complete list of all the errors that can be thrown when using the library please refer to the Errors section.