Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Discourse API Endpoint has changed #11

Open
herpaderpaldent opened this issue Oct 13, 2018 · 12 comments
Open

Discourse API Endpoint has changed #11

herpaderpaldent opened this issue Oct 13, 2018 · 12 comments
Labels
enhancement New feature or request

Comments

@herpaderpaldent
Copy link
Owner

$response = $client->request('GET', getenv('DISCOURSE_URL').'/groups/search.json', [

Apparently the former endpoint has depreciated and moved to:

{{base_url}}/groups.json?api_key={{api_key}}&api_username={{api_username}

Need to adapt this URL and refactor to throw Exceptiones.

@herpaderpaldent herpaderpaldent added the bug Something isn't working label Oct 13, 2018
@ghost

This comment has been minimized.

@insuusvenerati

This comment has been minimized.

@ghost

This comment has been minimized.

@insuusvenerati

This comment has been minimized.

@herpaderpaldent

This comment has been minimized.

@ghost

This comment has been minimized.

@insuusvenerati

This comment has been minimized.

@ghost

This comment has been minimized.

@herpaderpaldent

This comment has been minimized.

@ghost

This comment has been minimized.

@insuusvenerati

This comment has been minimized.

@herpaderpaldent herpaderpaldent added enhancement New feature or request and removed bug Something isn't working labels Oct 14, 2018
@herpaderpaldent
Copy link
Owner Author

Changing label, since this is no longer a bug. OT had invalid SSL certs this lead to guzzle failing.

However this endpoint could be updated nevertheless in the near future

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants