OpenBankProject / OpenBankProject/OBP-API
Add organisation_website to hosted_by
Abierto
@moule3053 ya está trabajando en esto.
Desde el 4/3/2018.
- Lenguaje dominante
- Scala
- Estrellas
- 1.7k
- Forks
- 482
- Merge medio
- 1 d 12 h
- PR fusionados (30 d)
- 15
Descripción
modify end point /root
so that this:
"hosted_by":{
"organisation":"String",
"email":"String",
"phone":"String"
},
changes to this:
"hosted_by":{
"organisation":"String",
"email":"String",
"phone":"String",
"organisation_website":"String"
},
Put organisation_website in Props.
Then API Explorer should use organisation and organisation_website from /root instead of its own Props values
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.