-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from fabianazioti/realease04
add test dependency
- Loading branch information
Showing
8 changed files
with
499 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
{ | ||
"links": [ | ||
{ | ||
"href": "http://localhost:5000/classification_system/PRODES/classes", | ||
"rel": "self", | ||
"title": "Classes of the classification system PRODES", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"href": "http://localhost:5000/classification_system/PRODES", | ||
"rel": "parent", | ||
"title": "Link to classification system", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"href": "http://localhost:5000/classification_systems", | ||
"rel": "parent", | ||
"title": "Link to classification systems", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"href": "http://localhost:5000/", | ||
"rel": "root", | ||
"title": "API landing page", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"href": "http://localhost:5000/classification_system/PRODES/classes/Desflorestamento", | ||
"rel": "child", | ||
"title": "Classification System Classes", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"href": "http://localhost:5000/classification_system/PRODES/classes/Floresta", | ||
"rel": "child", | ||
"title": "Classification System Classes", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"href": "http://localhost:5000/classification_system/PRODES/classes/Hidrografia", | ||
"rel": "child", | ||
"title": "Classification System Classes", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"href": "http://localhost:5000/classification_system/PRODES/classes/Não Floresta", | ||
"rel": "child", | ||
"title": "Classification System Classes", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"href": "http://localhost:5000/classification_system/PRODES/classes/Nuvem", | ||
"rel": "child", | ||
"title": "Classification System Classes", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"href": "http://localhost:5000/classification_system/PRODES/classes/Resíduo", | ||
"rel": "child", | ||
"title": "Classification System Classes", | ||
"type": "application/json" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"authority_name": "INPE", | ||
"description": "Sistema de Classificação Anual de Desmatamento", | ||
"id": 1, | ||
"links": [ | ||
{ | ||
"href": "http://localhost:5000/classification_system", | ||
"rel": "parent", | ||
"title": "Link to this document", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"href": "http://localhost:5000/classification_system/PRODES", | ||
"rel": "self", | ||
"title": "The classification_system", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"href": "http://localhost:5000/classification_system/PRODES/classes", | ||
"rel": "classes", | ||
"title": "The classes related to this item", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"href": "http://localhost:5000/classification_system/PRODES/styles", | ||
"rel": "styles", | ||
"title": "The styles related to this item", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"href": "http://localhost:5000/", | ||
"rel": "root", | ||
"title": "API landing page.", | ||
"type": "application/json" | ||
} | ||
], | ||
"name": "PRODES", | ||
"version": "1.0" | ||
} |
Oops, something went wrong.