-
HTTP API root (e.g. `http://localhost:5001/`) should show a listing with links to:
- `/webui`
- show locally installed, trusted apps. (right now only webui)
- list the URL to the api: `/api/v0/?arg=&…
-
the http api is weird - already had a short conversation about this in the chat - but I think it is better to put this in an issue.
ping currently returns:
```
⋊> ~ curl http://127.0.0.1:5001/api/v0…
-
Hi,
I'm trying to use https rest api with different servers: with a lot of server doesn't works infact
rest.getResponse returns 0
For example connecting using https with github.com it doesn't work...s…
-
Use this issue as feature discussion for further configuration entities.
### Configuration entities
For now I've defined 3 different entities to manage vinxi servers:
#### Scope
Scope represents an …
h2non updated
8 years ago
-
The `AWS_LAMBDA_HTTP_IGNORE_STAGE_IN_PATH` env variable doesn't seem to work on API Gateway V2 (HTTP).
Example:
```rust
use axum::{response::Json, routing::get, Router};
use lambda_http::request…
-
Okta version: `2.9.8`
### Descriptions
Hi, I am trying to update an Application User profile using `update_application_user()` but keep encountering this error:
```
Okta HTTP 400 E0000001 Api …
-
im trying to make your guide run can you explain me in details? [https://v3.elsaworkflows.io/docs/samples/http/post-users-api](https://v3.elsaworkflows.io/docs/samples/http/post-users-api?fbclid=IwAR2…
-
Hello,
seems that some tags APIs (create tag and delete tag) are missing from the official api-explorer site while present on a local Alfresco 23.2 instance:
![tags](https://github.com/Alfresco/re…
-
The change made in #410 causes a few potential problems for integrating with the UI.
First, some users host UI Server at a subpath and set both the client-side and API routes.
```go
route.SetAP…
-
I'm encountering a 404 error when attempting to register a user via the POST API request to `http://localhost:3000/api/register`. This issue occurs during the registration process in my React applicat…