Api pointers - anyone?

Hi All

I would like to include this in my app

Can someone give me a few pointers as to how I can do it

https://openbase.com/js/eskom-loadshedding-api

Thanks as ALL WAYS

Did you research the community?
There are hundreds of topics on the subject.
After searching, try to do it yourself.
Afterwards if you have questions, post here.

Hi Rogerio,

I did search but couldnt find a good place to start. Some began at the end, half way through and any place inbetween

Do you perhaps know of a good foundation article (Kodular, of course) which I can refer to?

Thanks

About API + Kodular?

Yes, Thanks but where do I start?

If you go to the link I sent you will see the API but I have no Idea where to begin:-(

https://groups.google.com/g/mitappinventortest/c/DvwZO3eDjHs/m/4m5fY9xhHd0J

1 Like

Thank. Guess Im still going to be at this all weekend :slight_smile:

Try reading about consuming Rest api

Is this the future?

@Avraham_Yerachmielbenzvi
Focus on :
:face_with_monocle:
understand how an api works.
understand how the api you want to use works
understand how to use web Component to access an API.
:+1::grin:

2 Likes

Hi All,

I’ve got these API commands but I don’t know what to do with them

import { Search, Province, Municipality } from 'eskom-loadshedding-api';

Search.getMunicipalities(Province.WESTERN_CAPE).then((municipalities: Municipality[]) =>
    console.log(
        'Western Cape municipalities:',
        municipalities.map((el: Municipality) => el.name)
    )
);

I'm thinking I need to  *POST TEXT* ?????

This is the source of the commands

https://openbase.com/js/eskom-loadshedding-api/documentation

Any help appreciated

That was in javascript. Where is the full documentation?

Please do not open a new topic regarding same question

Sorry. Didnt realise it

Is this what you mean?

I said about this

Hi

I hate going around in circles but if I understand you correctly this link gives you access to all the documentation there is

https://openbase.com/js/eskom-loadshedding-api/documentation

Thanks

1 Like

Cann you please help

Do you know how I would use this in Kidular (POST TEXT)???

Thanks

import { Status, LoadsheddingStage } from ‘eskom-loadshedding-api’;

Status.getStatus().then((status: LoadsheddingStage) => console.log('Current status: ', status));

![Screenshot

https://openbase.com/js/eskom-loadshedding-api/documentation