Code Monkey home page Code Monkey logo

coreboswslibrary's Introduction

cbwsclib - coreBOS Web service client Library

core Business Operating System Webservice Development Libraries

You can find additional information on the usage of the libraries in the coreBOS documentation wiki and tests and examples in the coreBOS Webservice Development tool.

The coreBOS team is actively maintaining the PHP, Javascript, Python(3) and Go versions of the library.

The java library is not being maintained. Any help is appreciated.

Set of functions

The normal set of functions most libraries implement is:

  • setSession(logindata)
  • getSession()
  • getEntityId()
  • getLanguage()
  • getRecordId(id)
  • hasError(resultdata)
  • lastError ()
  • doLogin(username, accesskey, withpassword)
  • doLoginPortal(username, password, hashmethod, entity)
  • doLogout()
  • extendSession()
  • doQuery(query)
  • doQueryWithTotal(query)
  • doListTypes()
  • doDescribe(module)
  • doRetrieve(record)
  • doCreate(module, valuemap)
  • doUpdate(module, valuemap)
  • doUpsert($modulename, $createFields, $searchOn, $updateFields)
  • doRevise(module, valuemap)
  • doDelete(id)
  • doMassUpsert(elements)
  • doMassRetrieve(ids)
  • doMassDelete(ids)
  • doMassUpdate($elements)
  • doGetRelatedRecords(record, module, relatedModule, queryParameters)
  • doSetRelated(relate_this_id, with_these_ids)
  • doInvoke(method, params, type)
  • doValidateInformation(record, module, recordInformation)
  • authorizationValidityDetector(error)
  • sessionValidityDetector(error)
  • __doChallenge(username)
  • getResultColumns(result)
  • getData(response)
  • addcbWsOptions(operation, valueMap=null, resource='', valueMapParam = 'element')
  • status(response)
  • setURL(cburl, fetchingOptions=null)

Follow us

coreBOS Website

Google+ Community

LinkedIn Group

Thank you very much for your help and contribution.

coreBOS Team

coreboswslibrary's People

Contributors

andi7 avatar charity1475 avatar fatjola avatar george1806 avatar jgjermeni avatar joebordes avatar krei99 avatar maliknajjar avatar mikel1995 avatar ochu-elhadji avatar omarllorens avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

coreboswslibrary's Issues

Will run into webpack compiling issues because of nullish coalescing operator

const fields = window.coreBOS.Describe[resource]?.fields??[];
const keyField = fields.filter((field) => field.name === key)[0]??{};
const refTo = (keyField && keyField.type && keyField.type.refersTo) ? keyField.type.refersTo[0] : '';
const fieldName = (keyField && keyField.uitype === "10") ? `${key} : (${refTo}) id` : key;
const valueID = value?.split('x')[1]??value;

Can be solved with https://devinschulz.com/modify-create-react-apps-babel-configuration-without-ejecting/, or by taking out the operator in this file until it is supported.

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.