Giter Club home page Giter Club logo

Comments (16)

evilthreads669966 avatar evilthreads669966 commented on August 10, 2024

I searched Github for DeviceStatusInfoSearch in code and it shows it being used in 2 repositories. However, not in Java. Is this a bug in the Java SDK?

from sdk.

evilthreads669966 avatar evilthreads669966 commented on August 10, 2024

I am getting all devices through a search. And then I need to attain the DeviceStatusInfo for each device so I have access to its' properties such as its' coordinates, etcetera.

from sdk.

evilthreads669966 avatar evilthreads669966 commented on August 10, 2024

This is pertinent as the real time map that you offer does not allow for the ability to export data for a vehicle. We need to be able to select a truck and then have the ability to export its data to a CSV file. So I am developing a system to accomplish this

from sdk.

evilthreads669966 avatar evilthreads669966 commented on August 10, 2024

I can see you using it in the .net SDK

// Create the API object and authenticate
public static async Task Main(string[] args)
{
    // Create the API object and authenticate
    var api = new API("[email protected]", "password", null, "demo", "server");
    await api.AuthenticateAsync();

    // Get all devices
    var devices = await api.CallAsync<List<Device>>("Get", typeof(Device));
    Console.WriteLine("SerialNumber\tLatitude\tLongitude");
    foreach (Device device in devices)
    {
        // Get the Device Status Info which contains the current latitude and longitude for this device
        var results = await api.CallAsync<List<DeviceStatusInfo>>("Get", typeof(DeviceStatusInfo), new
        {
            search = new DeviceStatusInfoSearch
            {
                DeviceSearch = new DeviceSearch
                {
                    Id = device.Id
                }
            }
        });

        if (results.Count <= 0)
        {
            continue;
        }

from sdk.

evilthreads669966 avatar evilthreads669966 commented on August 10, 2024

it's in the context of main

from sdk.

evilthreads669966 avatar evilthreads669966 commented on August 10, 2024

I cannot move forward with this project until this bug is fixed or else I have to switch programming languages

from sdk.

evilthreads669966 avatar evilthreads669966 commented on August 10, 2024

I guess the correct way to describe this issue is that your SDK is in my prelude but not the specific class that I am looking for.

from sdk.

evilthreads669966 avatar evilthreads669966 commented on August 10, 2024

Sorry I just drank a couple beers and about to build this. I'm anxious to get started.

from sdk.

evilthreads669966 avatar evilthreads669966 commented on August 10, 2024

I came out of retirement. I'm excited to work with you guys. I just can't really do anything right now

            (   (                ) (             (     (
            )\ ))\ )    *   ) ( /( )\ )     (    )\ )  )\ )
 (   (   ( (()/(()/(  ` )  /( )\()|()/((    )\  (()/( (()/(
 )\  )\  )\ /(_))(_))  ( )(_)|(_)\ /(_))\((((_)( /(_)) /(_))
((_)((_)((_|_))(_))   (_(_()) _((_|_))((_))\ _ )(_))_ (_))
| __\ \ / /|_ _| |    |_   _|| || | _ \ __(_)_\(_)   \/ __|
| _| \ V /  | || |__    | |  | __ |   / _| / _ \ | |) \__ \
|___| \_/  |___|____|   |_|  |_||_|_|_\___/_/ \_\|___/|___/

from sdk.

evilthreads669966 avatar evilthreads669966 commented on August 10, 2024

In the meantime I'm going to be listening to Jimi Hendrix until. My first time. It's incredible. I never got passed carlos santana

from sdk.

evilthreads669966 avatar evilthreads669966 commented on August 10, 2024

I wish I could trip acid and go back to the late 60s early 70s but we're in 2021 smoke a peace pipe.

from sdk.

evilthreads669966 avatar evilthreads669966 commented on August 10, 2024

at a Jimi Hendrix concert of course

from sdk.

evilthreads669966 avatar evilthreads669966 commented on August 10, 2024

I'm about to go through every Jimi Hendrix song while I wait

from sdk.

evilthreads669966 avatar evilthreads669966 commented on August 10, 2024

@beefo I don't have 5 months. I've seen your last response time. The company I'm working for pays you a lot of money and build their business around your business. I'm not about to go in your sdk. I hate your javascript. Such an ugly language. Not only that your API is implemented within an ugly flat file

from sdk.

evilthreads669966 avatar evilthreads669966 commented on August 10, 2024

you want me going in on your sdk that's fine but middle finger and evil threads banners are going up

from sdk.

evilthreads669966 avatar evilthreads669966 commented on August 10, 2024

your code is ugly

from sdk.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.