Added an example of querying an energy summary for a day using the API.

This commit is contained in:
Mark Milligan
2022-06-05 22:36:50 -05:00
parent b8acfd4ea4
commit b0ffd93f8d
2 changed files with 40 additions and 6 deletions

View File

@@ -1,13 +1,10 @@
package com.lanternsoftware.util.servlet;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
import javax.servlet.http.HttpServletRequest;
import com.lanternsoftware.util.NullUtils;
import org.apache.commons.codec.binary.Base64;
import com.lanternsoftware.util.NullUtils;
import javax.servlet.http.HttpServletRequest;
import java.nio.charset.StandardCharsets;
public class BasicAuth {
private final String username;