-
public class WebConstantsObject to hold web-related constants and utilities for building URLs.
Project Name: OSMOS-Android-SDK File Name: WebConstants
-
-
Field Summary
Fields Modifier and Type Field Description public final static WebConstantsINSTANCE
-
Method Summary
-
-
Method Detail
-
buildUrl
final String buildUrl(String baseUrl, Map<String, Object> params)
Builds a complete URL by appending a query string to the base URL.
- Parameters:
baseUrl- The base URL to which query parameters will be appended.params- A map of query parameters where keys are parameter names, and values are the parameter values (can be lists or single values).
-
-
-
-