Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. aasiph
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Best 0
    • Groups 0

    Topics created by aasiph

    • A

      Smart API only working on Terminal. No where else?
      NodeJS SDK • • aasiph

      2
      0
      Votes
      2
      Posts
      7
      Views

      A

      @aasiph express.js code

      const bodyParser = require('body-parser') const cors = require('cors') const express = require('express') const app = express() const host = 'localhost' const port = 3001 ;(async () => { try { app.use(cors()) app.use(bodyParser.json()) app.listen(port).on('listening', () => { console.log( 'App server started on http://%s:%d', host, port ) }) process.on('unhandledRejection', (reason) => { console.log('Unhandled rejection:') console.log(reason) }) await fetchData() } catch (error) { console.log('ERR:') console.log(error) } })()
    • A

      API key restriction
      General Discussion • • aasiph

      11
      0
      Votes
      11
      Posts
      73
      Views

      A

      Dear @aasiph All client ids submitted before 3.30 are migrated same day. So ids submitted on 13 April will get migrated today EOD.