KonradIT / goprowifihack

Unofficial GoPro WiFi API Documentation - HTTP GET requests for commands, status, livestreaming and media query.
Apache License 2.0
2.12k stars 334 forks source link

Hero 7 silver #141

Closed mikinet1 closed 5 years ago

mikinet1 commented 5 years ago

i only get the OK response Response , and not the JSON, this my Code:
ApiClient GoProApi = ApiBase.getMediaClient().create(ApiClient.class); retrofit2.Call GetPhotos = GoProApi.getMediaList();

    GetPhotos.enqueue(new retrofit2.Callback<GoProMediaList>()
    {
        @Override
        public void onResponse(retrofit2.Call<GoProMediaList> call, retrofit2.Response<GoProMediaList> response) {

        }

        @Override
        public void onFailure(retrofit2.Call<GoProMediaList> call, Throwable t) {

        }
    });