Skip to content

Releases: nfleet/java-sdk

NFleet SDK version 2.0.2

11 Dec 12:53
Compare
Choose a tag to compare

This release contains needed classes for mass importing tasks and vehicles. EntityLinks and collections were removed and now (Task/Vehicle/User/Problem)DataSets are used. When one of these sets is requested, entites contain Links only to their self. If modifying entities from the sets one needs to first get the whole entity by api.navigate(...., link.getLink("self")).

Error handling is now done via exceptions and thus not hidden from the user. This requires the user to first look for NFleetRequestExceptions and after that IOExceptions. NFLeetRequestExceptions are thrown when there is something wrong with the data sent to server. IOException is thrown when there is something wrong with the infrastructure (in the cloud or on the users end).

NFleet API SDK 2.0.1

28 Nov 12:40
Compare
Choose a tag to compare

Contains new and modified dtos for using NFleet-API.