GithubHelp home page GithubHelp logo

manner-folder's People

Contributors

bredele avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

joeyhops

manner-folder's Issues

path inception

{
  '/': {
    '/api': '',
   '/doc': ''
  }
}

Would allow to define routes with custom behaviour (such as authorization).

Catch errors correctly

All errors are caught when only http one should be. It makes developing difficult because we can not see the errors that are thrown.

Complex routes

We should be able to define complex routes.

service({
  '/search/:entity' : require('./search')
})

May be we could mixin params and queries. Because /search/:entity could be written as following /search?entity=foo.

Should we write a resolver module?

Schema and params

Right now, schema are only apply for data...could we also apply schema for params?

Service/schema console generator

We could automatically generate a console from a service + schema file to test the service. We could get documentation as well.

Custom HTTP methods

We could combine params to call custom methods:

params: name + password
method: login (post + something else)

Create endpoint only if index.js exists

The index.js file should indicate the existence of an API endpoint. If the file does not exits, the module should not trigger an eception but just a warning.

Alias

Should accept aliases

{
  '/super' : '/api'
}

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.