mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #151] API not returning JSON in version 2rc #149
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#149
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bc2m on GitHub (May 2, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/151
We did a clean install of the new version 2.0rc. Now the REST API is returning html and not JSON. Can anyone please advise how to access the REST API in the latest release? It used to be like:
192.168.0.46/api/search?query=
Can someone please help / advise?
Barry
@bc2m commented on GitHub (May 2, 2018):
The API for JSON is on port 8080 now. So http://192.168.0.46:8080/api/search?query= works and returns JSON
@syonip commented on GitHub (Jan 11, 2019):
Maybe document this somewhere?