json_rest_server 1.1.1 copy "json_rest_server: ^1.1.1" to clipboard
json_rest_server: ^1.1.1 copied to clipboard

outdated

A RESTful server based on JSON With this package you can have a fully functional RESTful server with auth, pagination and all the necessaries services do build an application

1.0.0 #

  • Initial version.

1.0.2 #

  • Beta version.

1.0.3 #

  • Bug fix create project

1.0.4 #

  • Bug fix logs

1.0.5 #

  • adding shortcuts to run (json_rest_client, jsonRestClient or jsr)

1.0.6 #

  • Fix Readme and examples

1.0.7 #

  • Fix logs
  • Adding the possibility to bypass authentication by paths and methods
auth:
  jwtSecret: cwsMXDtuP447WZQ63nM4dWZ3RppyMl
  jwtExpire: 3600
  unauthorizedStatusCode: 403
  urlSkip:
    - /users:
        method: post
    - /products/{*}:
        method: get

1.0.8 #

  • Add Readme en

1.0.11 #

  • Add Example and fix pub points

1.0.12 #

  • dart format all files

1.0.13 #

  • adding filter support in getAll searches
GET    /products?title=jornada                      -> Get all the products with filter
GET    /products?page=1&limit=10&title=jornada      -> Get all products with pagination with filter

1.0.14 #

  • Running dart format in files for updating pub points.

1.0.15 #

  • Fix template and Readme.

1.0.16 #

  • Fix port that is presented at server start.

1.1.0 #

  • Token access time fix
  • Add refresh token support for login system

1.1.1 #

  • fix format code
194
likes
0
points
177
downloads

Publisher

verified publisheracademiadoflutter.com.br

Weekly Downloads

A RESTful server based on JSON With this package you can have a fully functional RESTful server with auth, pagination and all the necessaries services do build an application

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, get_it, jaguar_jwt, logger, path, shelf, yaml

More

Packages that depend on json_rest_server