Spring Boot Connector implementation #321
MoritzTheile
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
@MoritzTheile In reality development of good implementation of the Java Connector could be not so simple as it could looks like. For sure, implementation of simple connector that do not care about security related things (authorized users only, permissions, etc.) - is not a hard task and depends on Connector API that client part of component expect to work with. It looks that in next week we could have one developer who will have some free time and wish to experiment in this area. So our plan is:
It is a maximum plan. Implementation depends on availability of time that we could spend for it. We will try to keep community up to date. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Great work! I would love to use the Client Code with our Spring Boot (Java) Backend. Looking at the traffic a implementation of the backend service doesn't seem to hard. However , it would be a lot easier not to have to reverse engineer the API by inspecting the traffic but to have some kind of API interface specification. Can you help with that? Pointing me to the right parts in the code would help already.
I would also be happy to share the project under same license. It shall consist of the API with different implementations AWS S3, local FS and GoogleDrive.
Beta Was this translation helpful? Give feedback.
All reactions