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
[ | |
{ "title": "Quem você é?" }, | |
{ "title": "Quem acredita ser?" }, | |
{ "title": "Quem é responsável pelos seus resultados?" } | |
] |
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
{ | |
"displayName": "Kevin Campos", | |
"userId": "12132412" | |
} |
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
[ | |
"3-D Man", | |
"A-Bomb", | |
"A.I.M.", | |
"Aaron Stack", | |
"Abomination", | |
"Absorbing Man", | |
"Abyss", | |
"Adam Destine", | |
"Adam Warlock", |
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
{ | |
"filtered":6, | |
"total":6, | |
"results":[ | |
{ | |
"code":"AAA10305", | |
"status":"AVAILABLE", | |
"image_url":"https://www.hurusystems.com/wp-content/themes/huru/static/images/carousel_11.png", | |
"date_created":"2019-11-20T08:09:16.799680" | |
}, |
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
[ | |
{ | |
"title": "Clean Code", | |
"author": "Uncle Bob" | |
}, | |
{ | |
"title": "Refactor Patterns", | |
"author": "Kent Beck" | |
} | |
] |
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
[ | |
{ | |
"code":"AED", | |
"name":"Emirati Dirham", | |
"symbol":"\u062f.\u0625", | |
"html_entity":"\u062f.\u0625", | |
"code_decimal":"AED", | |
"prefix":"AED ", | |
"suffix":"", |
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
{ | |
"results": [ | |
{ | |
"00010-500001146039-001": { | |
"input": { | |
"order_type": "INSTALATION", | |
"order_subtype": "SUSTITUCION MASIVA", | |
"creator": "ENDESA DISTRIBUCION ELECTRICA", | |
"assignee": "30716 AMETEL CADIZ 17", |
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
Show hidden characters
{ | |
"env": { | |
"node": true, | |
"es6": true, | |
"commonjs": true, | |
"browser": true | |
}, | |
"extends": [ | |
"eslint:recommended", | |
"plugin:react/recommended" |
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
package com.una; | |
import com.facebook.react.ReactPackage; | |
import com.facebook.react.bridge.JavaScriptModule; | |
import com.facebook.react.bridge.NativeModule; | |
import com.facebook.react.bridge.ReactApplicationContext; | |
import com.facebook.react.modules.websocket.WebSocketModule; | |
import com.facebook.react.uimanager.ViewManager; | |
import java.util.ArrayList; |
NewerOlder