const NO_AVAILABLE_COUNTER_URL = "https://www.okinawatimes.co.jp/auth/update?service=list"; const LOGIN_API_URL = "https://okinawatimesiwashiapi.azurewebsites.net/Login"; const SIGN_UP_URL = "https://www.okinawatimes.co.jp/auth/preregistration"; const TOP_PAGE_API_URL = "https://okinawatimesiwashiapi.azurewebsites.net/GetTopPage"; const UPDATE_COUNTER_API_URL = "https://okinawatimesiwashiapi.azurewebsites.net/UpdateCounter"; const CHANGE_PASSWORD_URL = "https://www.okinawatimes.co.jp/auth/update?profile=pw_form"; const PASSWORD_FORGET_URL = "https://www.okinawatimes.co.jp/auth/resetpassword"; const SEARCH_URL = "https://okinawatimesiwashiapi.azurewebsites.net/GetSearchPastList"; const GET_CONTENTS_API = "https://okinawatimesiwashiapi.azurewebsites.net/GetContents"; const GET_ARTICLE_API = "https://okinawatimesiwashiapi.azurewebsites.net/GetArticle"; const LOGOUT_API = "https://okinawatimesiwashiapi.azurewebsites.net/Logout"; const GET_COUNETR_API = "https://okinawatimesiwashiapi.azurewebsites.net/GetUserCounter"; const EDITION_TEMPLATE = "https://c.okinawatimes.co.jp/newsdata/-baitaiId-/html/-editionId-/edition.html"; const BASE_URL="https://c.okinawatimes.co.jp"; const AGREEMENT_URL = "https://www.okinawatimes.co.jp/list/personal/riyoukiyaku";