API-Explorer
API-Explorer copied to clipboard
API Explorer for OBP API. A Scala / Liftweb applicaiton that consumes the OBP-API resource documentation so that developers can browse and interact with the OBP REST API enpoints.
Bumps [jetty-webapp](https://github.com/eclipse/jetty.project) from 9.4.12.v20180830 to 9.4.34.v20201102. Release notes Sourced from jetty-webapp's releases. 9.4.34.v20201102 Bugs #5320 : Using WebSocketClient with jetty-websocket-httpclient.xml in a Jetty web application causes ClassCastException #5521 : ResourceCollection...
Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.12.v20180830 to 9.4.51.v20230217. Release notes Sourced from jetty-server's releases. 9.4.51.v20230217 Sponsored Release This is a release of the End of Community Support Jetty 9.x series that was...
Hi i try to run docker container ``` docker run \ --name obpexplorer -d -p 8082:8082 \ -e "props.resource.dir=/obp-config" \ --mount type=bind,source="$(pwd)"/explorer-config,target=/obp-config \ openbankproject/api-explorer ``` [with that props config from...
A new Open Insurance API has been added here https://apiexplorer.open-insurance.tesobe.com/?version=OBPv4.0.0&operation_id=OBPv4_0_0-dynamicEndpoint_POST_banks_obp1_api_v1_products_PRODUCT_CODE_quote¤tTag=Offers%20API#OBPv4_0_0-dynamicEndpoint_POST_banks_obp1_api_v1_products_PRODUCT_CODE_quote The objects in the JSON response should be referenced in the glossary as well. Here attached you find basic definitions,...
Expected: When a user is logged in, and they wish to switch to another bank id , all possible bank ids should show in the banks drop down. Current experience:...
### Objective: (The same as OBP API https://github.com/OpenBankProject/OBP-API/issues/1208 ) Make container-like deployments easier by reading props from `sys.env`, we want to avoid rewriting the props file and repacking the war...
We should specificy the standard e.g. OBP, BG or UK in the url parameter. OBP https://apiexplorersandbox.openbankproject.com/?version=3.1.0 -> ?version=OBPv3.1.0 Berlin Group https://apiexplorersandbox.openbankproject.com/?version=v1 -> ?version=BGv1 UK https://apiexplorersandbox.openbankproject.com/?version=v2.0 -> ?version=UKv2.0 When this tickets...
psd2 catalogue should cause spelling=ISO20022 header to be sent with API call requests i.e. https://apiexplorersandbox.openbankproject.com/?version=2.0.0&psd2=true should cause the APIs to show ISO20022 spelling of fields.
After we GET, POST, PUT we should see a spinning wheel whilst we wait for the response.
Got about 200 of these this morning: ``` Tue Oct 24 02:08:44 UTC 2017: java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedConstructorAccessor50.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at net.liftweb.http.UnitConstructor.makeOne(Templates.scala:369) at net.liftweb.http.LiftSession$$anonfun$constructFrom$1.apply(LiftSession.scala:141) at net.liftweb.http.LiftSession$$anonfun$constructFrom$1.apply(LiftSession.scala:140) at net.liftweb.common.Full.map(Box.scala:610)...