odata 1.1.1 copy "odata: ^1.1.1" to clipboard
odata: ^1.1.1 copied to clipboard

This library is an abstraction of a client to make OData requests, intended to make the process of learning and using OData resources easier.

1.1.1 #

  • Add a better format to ODataException

1.1.0 #

  • Improve make url building
  • Create and fail with ODataException
  • Rename ODataMapper to ODataMap
  • Rename ODataSourceMapper to ODataMapper
  • Move RequesterFake to test, preparing to test ODataSource
  • Update examples

1.0.5 #

  • Add count to page parameter.
  • Create odata.dart to export packages.
  • Create ODataSourceMapped

1.0.4 #

  • Encode data on POST, PUT, PATCH requests.
  • Add page parameter to simplify 'skip' and 'top' parameters.

1.0.3 #

  • Undo RequestResult.value to data.
  • Rename ODataResult.data to raw.

1.0.2 #

  • Rename RequestResult.data to value.
  • Add base http requester
  • Avoid silent ignore errors internally to the final user.

1.0.1 #

  • Add basic configuration to improve the code quality.

1.0.0 #

  • Initial version.
3
likes
110
pub points
61%
popularity

Publisher

unverified uploader

This library is an abstraction of a client to make OData requests, intended to make the process of learning and using OData resources easier.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on odata