This repository was archived by the owner on Oct 5, 2023. It is now read-only.
This repository was archived by the owner on Oct 5, 2023. It is now read-only.
Consider the place of non-core APIs #17
Open
Description
For example, log/tail
. These are useful APIs but we may not want to stabilize them. Thoughts? We do expose Request
so we could, alternatively, provide some kind of "unstable" wrapper:
type UnstableAPI struct {
*HttpApi
}
... unstable stuff
Or we could just document these interfaces as "unstable".
Metadata
Metadata
Assignees
Labels
No labels