Skip to content

Commit

Permalink
Merge pull request #137 from maurobonfietti/2.14.0
Browse files Browse the repository at this point in the history
Version 2.14.0
  • Loading branch information
maurobonfietti authored Aug 23, 2021
2 parents 1db0782 + 4b3cda8 commit fb4d934
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 205 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,27 @@ Run all PHPUnit tests with `composer test`.
```bash
$ composer test
> phpunit
PHPUnit 9.5.1 by Sebastian Bergmann and contributors.
PHPUnit 9.5.8 by Sebastian Bergmann and contributors.

........................................................ 56 / 56 (100%)

Time: 00:00.277, Memory: 16.00 MB
Time: 00:00.408, Memory: 18.00 MB

OK (56 tests, 343 assertions)
```


## SCREENSHOOTS:

<img width="493" alt="Screen Shot API using Browser" src="https://user-images.githubusercontent.com/24535949/121755366-58c07580-caed-11eb-9688-28183f80ab2a.png">

----

<img width="902" alt="Screen Shot API using Postman" src="https://user-images.githubusercontent.com/24535949/121755370-5b22cf80-caed-11eb-8d82-bf1de5a9fa83.png">

----


## :books: DOCUMENTATION:

### ENDPOINTS:
Expand Down Expand Up @@ -208,17 +219,6 @@ OK (56 tests, 343 assertions)
Also, you can see the API documentation with the [full list of endpoints](extras/docs/endpoints.md).


### SCREENSHOOTS:

<img width="493" alt="Screen Shot 2021-06-11 at 19 42 29" src="https://user-images.githubusercontent.com/24535949/121755366-58c07580-caed-11eb-9688-28183f80ab2a.png">

----

<img width="902" alt="Screen Shot 2021-06-11 at 19 43 23" src="https://user-images.githubusercontent.com/24535949/121755370-5b22cf80-caed-11eb-8d82-bf1de5a9fa83.png">

----


### HELP AND DOCS:

For more information on how to use the REST API, see the following documentation available on [Postman Documenter](https://documenter.getpostman.com/view/1915278/RztfwByr).
Expand Down
26 changes: 13 additions & 13 deletions README_SPANISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,27 @@ Ejecutar los tests PHPUnit con `composer test`.
```bash
$ composer test
> phpunit
PHPUnit 9.5.1 by Sebastian Bergmann and contributors.
PHPUnit 9.5.8 by Sebastian Bergmann and contributors.

........................................................ 56 / 56 (100%)

Time: 00:00.277, Memory: 16.00 MB
Time: 00:00.408, Memory: 18.00 MB

OK (56 tests, 343 assertions)
```


## CAPTURA DE PANTALLA:

<img width="493" alt="Screen Shot API using Browser" src="https://user-images.githubusercontent.com/24535949/121755366-58c07580-caed-11eb-9688-28183f80ab2a.png">

----

<img width="902" alt="Screen Shot API using Postman" src="https://user-images.githubusercontent.com/24535949/121755370-5b22cf80-caed-11eb-8d82-bf1de5a9fa83.png">

----


## :books: DOCUMENTACIÓN:

### ENDPOINTS:
Expand Down Expand Up @@ -208,17 +219,6 @@ OK (56 tests, 343 assertions)
Ver documentación de la API con la [lista completa de endpoints](extras/docs/endpoints.md).


### CAPTURA DE PANTALLA:

<img width="493" alt="Screen Shot 2021-06-11 at 19 42 29" src="https://user-images.githubusercontent.com/24535949/121755366-58c07580-caed-11eb-9688-28183f80ab2a.png">

----

<img width="902" alt="Screen Shot 2021-06-11 at 19 43 23" src="https://user-images.githubusercontent.com/24535949/121755370-5b22cf80-caed-11eb-8d82-bf1de5a9fa83.png">

----


### AYUDA Y MANUAL DE USO:

Para más información sobre el modo de uso de la API REST, ver la siguiente documentación disponible en [Postman Documenter](https://documenter.getpostman.com/view/1915278/RztfwByr).
Expand Down
Loading

0 comments on commit fb4d934

Please sign in to comment.