Fix documentation typo

This commit is contained in:
Danila Fedorin 2020-05-14 15:29:24 -07:00
parent a4f29c4325
commit b0e8b7fe1c
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ import org.json.JSONObject
/**
* General POST request aimed at a protected endpoint of the API. The token can be retrieved
* via a [LoginRequest], or, if you've made it past the login screen, via Shared Preferences.
* via a [com.danilafe.fencelessgrazing.requests.LoginRequest], or, if you've made it past the login
* screen, via Shared Preferences.
*
* @param value the value to send as JSON to the API.
* @param baseUrl the base URL of the API.