-
Feature
-
Resolution: Obsolete
-
Major
-
None
-
0
-
0%
-
Todo
(Migrated from https://github.com/syndesisio/syndesis/issues/1959)
Author: Zoran Regvart
Assignees: unassigned
This is a...
[!-- Check one of the following options with "x" --]
[pre][code]
[x] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report [!-- Please search GitHub for a similar issue or PR before submitting --]
[ ] Documentation issue or request
[/code][/pre]
The problem
We would like to have tools integrate with Syndesis. For this we will provide public API access that those tools can use.
Currently targeting:
- Import/Export API (#967)
- Extensions API
It seems that using OpenShift OAuth tokens is not a good way to authenticate API access, so we should develop our own API access method independent of it.
Expected behavior
Tools can use the API securely.
API Endpoints and Schemas
– Import/Export API at
/api/v1/integration-support
- Extensions API at
/api/v1/extensions
Tasks involved / Steps to Reproduce
1. Create project proposal
2. Implement API access
3. Publish the public API documentation