Remove API references from READMEs
This commit is contained in:
@@ -43,7 +43,7 @@ cd mock
|
||||
go run ./... # or: make; ./kordophone-mock
|
||||
```
|
||||
|
||||
The mock server listens on `http://localhost:5738` and serves endpoints like `/conversations`, `/messages`, `/sendMessage`, `/attachment`, `/updates`.
|
||||
The mock server listens on `http://localhost:5738`.
|
||||
|
||||
2) Point a client at the mock server:
|
||||
|
||||
@@ -77,4 +77,3 @@ The macOS server uses private APIs and restricted entitlements. On production ma
|
||||
## Contributing
|
||||
|
||||
Issues and PRs are welcome. If you add a new client or endpoint, please update relevant READMEs and link it from this root README. Prefer small, focused changes and keep style consistent with the existing code.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user