keep icon indicating copy to clipboard operation
keep copied to clipboard

Create simple Keep API SDK

Open talboren opened this issue 1 year ago • 9 comments

With send_event as a beginning

talboren avatar Apr 29 '24 08:04 talboren

Hey, May I help with this issue?

TakshPanchal avatar May 03 '24 14:05 TakshPanchal

Hey, May I help with this issue?

Could be awesome, Taksh. I actually just thought about taking the swagger documentation and crafting SDKs for different coding languages with it. (https://swagger.io/tools/swagger-codegen/) -- have you ever did that?

talboren avatar May 03 '24 14:05 talboren

I haven't done it yet, but I can give it a shot.

TakshPanchal avatar May 03 '24 14:05 TakshPanchal

I haven't done it yet, but I can give it a shot.

Let's go for it! I'm up for any question in our Slack :)

talboren avatar May 03 '24 14:05 talboren

hmmmm..... @talboren, not sure if that's the same but appwrite uses something similar, they use PHP twig templates, and a bunch of constants, and create SDK for multiple languages. It's quite elegant and easy to understand.

35C4n0r avatar May 03 '24 15:05 35C4n0r

https://github.com/appwrite/sdk-generator

35C4n0r avatar May 03 '24 15:05 35C4n0r

https://github.com/appwrite/sdk-generator

CleanShot 2024-05-03 at 18 25 19@2x

😅

talboren avatar May 03 '24 15:05 talboren

Could be awesome, Taksh. I actually just thought about taking the swagger documentation and crafting SDKs for different coding languages with it. (https://swagger.io/tools/swagger-codegen/) -- have you ever did that?

Hey @talboren I tried using swagger-codegen to generate SDKs for different languages. I've attached a screenshot of what it generates. image ^^ I tried generating for java and python.

KanvaBhatia avatar May 14 '24 08:05 KanvaBhatia

Could be awesome, Taksh. I actually just thought about taking the swagger documentation and crafting SDKs for different coding languages with it. (https://swagger.io/tools/swagger-codegen/) -- have you ever did that?

Hey @talboren I tried using swagger-codegen to generate SDKs for different languages. I've attached a screenshot of what it generates. image ^^ I tried generating for java and python.

@KanvaBhatia it looks like swagger codgen files ^^', but we need to see the result is as we expect. I'd love for us to be able to push something to pypi eventually (or npm, etc.)

talboren avatar May 15 '24 09:05 talboren