Initial Implementation of the client library.

Client implements API discovery of a JsonAPI structured web service using OpenAPI schema.

Features

  • OpenAPI schema fetching and parsing.
  • API root detection from OpenAPI schema.
  • JsonAPI path discovery.
  • Performs requests execution to retrieve collections and individual resources and related data.
  • Performs collection result filtering.