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

Blinko support? #241

Open
mlazzarotto opened this issue Jan 31, 2025 · 1 comment · May be fixed by #243
Open

Blinko support? #241

mlazzarotto opened this issue Jan 31, 2025 · 1 comment · May be fixed by #243
Labels
enhancement New feature or request

Comments

@mlazzarotto
Copy link

Hi, I've been using this app for some time and I found out that there is a similar site to Memos, called Blinko, with some more features (AI).
Since Blinko is similar (I think it's a fork) to Memos, I tried to add it on this app, but it tells me the server is not supported.
Therefore, I was wondering if you were planning to add support for Blinko.

@mudkipme mudkipme added the enhancement New feature or request label Jan 31, 2025
@mudkipme
Copy link
Owner

mudkipme commented Feb 1, 2025

It seems Blinko uses trpc and there is sort of a generator for Swift: https://github.com/calasanmarko/trpc-swift

Or better we can generate OpenAPI document based on the trpc router of Blinko then just use swift-openapi-generator.

Blinko has an OpenAPI document at /api/openapi.json so it should be not difficult to add support. Just hope its API doesn't break in updates 😂

Will look into it...

@mudkipme mudkipme linked a pull request Feb 4, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants