Coder Social home page Coder Social logo

cos-api4node's People

Contributors

daimor avatar doublefint avatar nikitaeverywhere avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cos-api4node's Issues

Question

Hi @doublefint!

I want to contribute to some of your projects, including this one and mainly vscode-cos. Are you okay to accept a series of pull requests which:

  1. Add additional API support in this project (loading/compiling classes);
  2. Improve readme of this project
  3. Add support for compiling classes to vscode-cos.

Please let me know! Thank you.

API Endpoints Dependence Issues

I am sure that this thing will need further investigation, and I will currently leave it filed here.

For *unknown* reasons I cannot run getDocNames API call right after compile. Example:

$ node
> const api = require("./api")({
  "label": "LOCAL",
  "host": "127.0.0.1",
  "port": 57772,
  "username": "_SYSTEM",
  "password": "SYS",
  "path": "/api/atelier/",
  "version": "v1",
  "ns": "SAMPLES"
})
[Function]
> api.getDocNames({generated: 0}, (err) => console.log(err))
undefined
null // works well
> api.compile("DevProject.Robot.cls",(err)=>console.log(err))
undefined
null // works well
> api.getDocNames({generated: 0}, (err) => console.log(err))
undefined
// stucks

After approximately 5-10 minutes, getDocNames finally finishes with

{ code: 503, message: 'Service Unavailable' }

Calling getDocNames before compile, or any other endpoints (I tested only a few) works well.

Looks like Caché problem though.

Cache for Windows (x86-64) 2017.2 (Build 543U) Fri Nov 4 2016 01:11:15 EDT

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.