Minor writing style changes.
This commit is contained in:
parent
100b9f0a47
commit
18ebfa212e
13 changed files with 45 additions and 43 deletions
|
@ -43,7 +43,7 @@ import retrofit2.http.Part;
|
|||
import retrofit2.http.Path;
|
||||
import retrofit2.http.Query;
|
||||
|
||||
public interface MastodonAPI {
|
||||
public interface MastodonApi {
|
||||
String ENDPOINT_AUTHORIZE = "/oauth/authorize";
|
||||
|
||||
@GET("api/v1/timelines/home")
|
Loading…
Add table
Add a link
Reference in a new issue