TheCacophonyProject / bird-monitor

Android application to regularly record birdsong for analysis
GNU General Public License v3.0
11 stars 9 forks source link

Fix regression where groups were not being correctly fetched due to URL formatting change #50

Closed jackodsteel closed 5 years ago

jackodsteel commented 5 years ago

When I added a / to standardise the URL format it worked with adding but not fetching groups.

Fixed now to use the same URL format as the rest. Fixes #49 Also updated how the getGroups method was working to be more similar to the other POST requests to use a helper method.

Renamed the PostResponse object to WebResponse as it's not specific to POSTs and is now being used for this GET as well.