daktela_connector 1.1.0 copy "daktela_connector: ^1.1.0" to clipboard
daktela_connector: ^1.1.0 copied to clipboard

Daktela Connector is SDK by Daktela s.r.o. for Dart/Flutter apps that allows you communicate with standard Daktela V6 REST API.

1.1.0 #

Add DaktelaAuthType enum for flexible authentication methods:

  • header - Token via X-AUTH-TOKEN header (NEW, default)
  • cookie - Token via Cookie header (existing cookieAuth behavior)
  • queryParam - Token in URL query (previous default)

Breaking change: Default authentication method changed from query parameter to X-AUTH-TOKEN header.

The cookieAuth parameter is now deprecated in favor of authType.

1.0.17 #

Allow custom http client

1.0.16 #

Add support for v32 new token logic

1.0.15 #

Add client time zone header

1.0.14 #

Added Cookie lang property

1.0.13 #

Fixed parsing for results with missing time

1.0.12 #

Fixed parsing for boolean type errors

1.0.11 #

Add Accept-Language header.

1.0.10 #

Update README.md

1.0.9 #

Added response headers

1.0.8 #

Fixed DaktelaResponse total property for various responses

1.0.7 #

Bumped up http package version

1.0.6 #

Add current DaktelaConnector config getter

1.0.5 #

Add time property into DaktelaResponse.

1.0.4 #

Add internal endpoint option to all supported HTTP methods.

1.0.3 #

Bug fix.

1.0.2 #

Minor changes.

1.0.1 #

Minor fix.

1.0.0 #

Initial Version of the library.

4
likes
150
points
302
downloads

Publisher

verified publisherdaktela.com

Weekly Downloads

Daktela Connector is SDK by Daktela s.r.o. for Dart/Flutter apps that allows you communicate with standard Daktela V6 REST API.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

http

More

Packages that depend on daktela_connector