1.0.4 • Published 7 years ago

arbk v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

.Lookup(lookupType: string, query: string, callback: function)

lookupType: The type of value you are searching:

  • emri
  • nrbiznesi
  • nrfiskal
  • idpronari
  • aktivitetikryesor
  • aktivitetetjera

query: The value you are searching.

callback: the callback with the data array as a parameter.

.Details(lookupID: string, callback: function)

lookupID: The .lookup_id you retrieve from the .Lookup callback.

callback: the callback with the data object as a parameter.

Usage example:

ARBK.Lookup("emri", "ferronikeli", (data) => {
    ARBK.Details(data[0].lookup_id, (data) => {
        console.log(data);
    });
});
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago