Apipie Versions Save

Transform api declaration to js object for frontend. Inspired by VueRouter, koa-middleware and axios.

v0.14

6 years ago

Hey! This is a new version of Apipie! In this pre-release two main things are done:

  1. Path stacking:
{
  url: '/root',
  children: [
    { url: 'path', method: 'get' } // GET: /root/path
  ]
}
  1. Optimization of intermediate normalization of records

v0.7.0

6 years ago

v0.8.0

6 years ago

v0.9.0

6 years ago

v0.13.0

6 years ago

Now you can use more type options of pathToregex, like optional named parameters!

v0.12.0

6 years ago

The new version of Apipie! This version no longer depends on vue. First, I am very grateful to Akiyamka, for the invented name for the project! And second, I'm very happy to announce that now Apipi supports validation for the data, params and url_params.

v0.10.0

6 years ago

Hey, that's new realize without breaking changes! This realize fix 2 bugs:

  1. not working lazy computations
  2. Fixed computations of named parameters