itemsatis-custom-api
v1.1.0
Published
ItemSatış Custom API by EfeSorogluu
Maintainers
Readme
ItemSatış Custom API
ItemSatış içerisinden veri çekmenizi sağlayan bu API sizlere bir çok avantaj sağlar.
Nasıl Kullanılır
Projenin basitçe kullanımı şu şekildedir;
// Projenin dahil edilmesi
const customAPI = require('itemsatis-custom-api');
// Projenin başlatılması
const api = new customAPI();
// Projenin kullanımı
const profileURL = 'https://www.itemsatis.com/p/Unique';
const apiFile = 'api.json'
api.getApi(profileURL, apiFile);
// api.json çıktısı
{
"totalOrders": "1 Başarılı İşlem",
"totalRating": "1",
"totalProducts": "0"
}Projedeki Oluşabilecek Hatalar
- Eğer ki .innerHTML undefined tarzı bir hata alıyorsanız bir süre sonra tekrar denemeniz tavsiye edilir. ÇÖZÜLECEK
