Git Product home page Git Product logo

codingmatters-rest's Issues

String in response body

Using string as response body not working:
/someUri:
displayName: someName
post:
body: object
responses:
500:
body: string
description: some elements failed to be deleted

Maven output:
cannot find symbol
[ERROR] symbol: class StringReader
[ERROR] location: package io.flexio.services.legacy.api.types.json

Make api name static ?

La fonction apiName peut etre utiliser pour generer les clients (JS en tout cas) lorsqu'il faut fournir la gatexay :

let client = new FlexioDataProtectionClient(this.__requester, this.__gateway + 'flexio-data-protection')

deviendrait :

let client = new FlexioDataProtectionClient(this.__requester, this.__gateway + 'FlexioDataProtectionClient.apiName())

Ou encore mieux, l'apiName est utilisé lors du constructeur et plus besoin de le fournir :

constructor(requester, gatewayUrl) {
    this._account = new globalFlexioImport.io.flexio.services.data.protection.client.resources.Account(requester, gatewayUrl + apiName())
  }

Object array short syntax

Unable to use object arrays with the short syntax: object[]
Issue encountered in method body:

/someUri
displayName: postResource
post:
body: object[]

Or in Type definition:
types:
SomeResponse:
type: object
properties:
items: object[]

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.