OpenESPI-Common-java
OpenESPI-Common-java copied to clipboard
Common library for Green Button Third Party and Data Custodian OpenESPI Applications
org.mockito.Matchers deprecated to resolve conflict with hamcrest.matchers - [ ] ExportServiceTests class Test methods
- [ ] Refactor ApplicationInformation:registration_client_uri with type="xs:anyURI" - [ ] Refactor ApplicationInformation:registration_access_token with type="String512" - [ ] Refactor ProgramIdMapping:code with type="String64" - [ ] Refactor ProgramIdMapping:name with type="String256" - [...
The OAuth 2.0 Access Token structure requires the customerResourceURI element be added to the Access Token Additional Information portion of the Access Token JSON response
``` static { labels.put(ELECTRICITY_SERVICE, "ELECTRICITY_SERVICE"); labels.put(GAS_SERVICE, "GAS_SERVICE"); labels.put(WATER_SERVICE, "GAS_SERVICE"); labels.put(TIME_SERVICE, "TIME_SERVICE"); labels.put(HEAT_SERVICE, "HEAT_SERVICE"); labels.put(REFUSE_WASTER_SERVICE, "REFUSE_WASTER_SERVICE"); labels.put(SEWERAGE_SERVICE, "SEWERAGE_SERVICE"); labels.put(RATES_SERVICE, "RATES_SERVICE"); labels.put(TV_LICENSE_SERVICE, "TV_LICENSE_SERVICE"); labels.put(INTERNET_SERVICE, "INTERNET_SERVICE"); } ``` Label for Water Service should...
Though status is numeric (values 0,1). Datatype is used as string. There are other places where string is used.