Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I have OpenAPI please? #12

Open
enver-haase opened this issue Mar 5, 2024 · 1 comment
Open

Can I have OpenAPI please? #12

enver-haase opened this issue Mar 5, 2024 · 1 comment

Comments

@enver-haase
Copy link

It would help a lot if you could provide a file according to

https://www.openapis.org/

that descibes the API?

So that I can write a Java application using the API rather than spending ages implementing the Java service layer on top of your API. These days, the Java binding should be auto-generated.

Cheers + Thanks for the Ultimate,
--Enver

@GideonZ
Copy link
Owner

GideonZ commented Mar 5, 2024

Hi Enver. Your request is understood. But well, it would require specifing the API once again and maintain it alongside the current implementation and keeping everything in sync until the end of days. I think this is asking for trouble.

Compared to the effort of implementing these API calls on my side in "C", I think the effort in Java in peanuts in comparison. It will take much more time on my side than it will take on yours, so I incline to not grant your request. You could easily just grab a library that can do URL calls and specify a simple function around these calls. What I understood from the creator of Assembly 64, he found it pleasantly easy to do. On my side I had to implement everything, including the parsing of the headers and multipart attachments, which has literally taken me days to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants