Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entregables #45

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added DockerSesion.rar
Binary file not shown.
1 change: 1 addition & 0 deletions Entregable1/readme
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added Entregable2/LearningJava.zip
Binary file not shown.
1 change: 1 addition & 0 deletions Entregable2/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

157 changes: 157 additions & 0 deletions Entregable3/Entregable3.postman_collection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
{
"info": {
"_postman_id": "c3f400ea-832f-454b-af36-6ec7fd92fb78",
"name": "Entregable3",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "16701346"
},
"item": [
{
"name": "ListarUsuarios",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "localhost:8080/api/v1/users/getAllUsers",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"v1",
"users",
"getAllUsers"
]
}
},
"response": []
},
{
"name": "CrearUsuario",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"name\": \"Clifton\",\r\n \"userName\": \"Clementine.Morar\",\r\n \"email\": \"[email protected]\",\r\n \"id\": \"1\"\r\n }",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "localhost:8080/api/v1/users/saveUser",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"v1",
"users",
"saveUser"
]
}
},
"response": []
},
{
"name": "BuscarUsuarioPorId",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "localhost:8080/api/v1/users/findByID/1",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"v1",
"users",
"findByID",
"1"
]
}
},
"response": []
},
{
"name": "EliminarUsuarioPorId",
"request": {
"method": "DELETE",
"header": [],
"url": {
"raw": "localhost:8080/api/v1/users/deleteUser/1",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"v1",
"users",
"deleteUser",
"1"
]
}
},
"response": []
},
{
"name": "ActualizaUsuarioPorId",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"id\": 1,\r\n \"name\": \"Nikos\",\r\n \"userName\": \"Leonard.Wymana\",\r\n \"email\": \"[email protected]\",\r\n \"avatar\": \"https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/3.jpg\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "localhost:8080/api/v1/users/updateUser/1",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"v1",
"users",
"updateUser",
"1"
]
}
},
"response": []
},
{
"name": "ConsumirApiPublica",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "localhost:8080/api/v1/users/apipublica",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"v1",
"users",
"apipublica"
]
}
},
"response": []
}
]
}
Binary file added Entregable3/Entregable3.zip
Binary file not shown.
1 change: 1 addition & 0 deletions Entregable3/Readme
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added Entregable3/creacion de proyecto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Lamda.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Peticiones postma api publica.docx
Binary file not shown.
Binary file added photo_2022-09-12_15-08-31.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photo_2022-09-12_15-08-36.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photo_2022-09-12_15-08-37.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photo_2022-09-12_15-08-39.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photo_2022-09-12_15-08-42.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photo_2022-09-12_15-08-43.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photo_2022-09-12_15-08-44.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photo_2022-09-12_15-08-46.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photo_2022-09-12_15-08-47.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photo_2022-09-12_15-08-49.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.