Show HN: Base – API for authentication, email sending, images and more
1–10 of 56 posts
Re: Show HN: Base – API for authentication, email sending, images and more
#2Let me know what you think! :)
Re: Show HN: Base – API for authentication, email sending, images and more
#3Re: Show HN: Base – API for authentication, email sending, images and more
#4https://crystal-lang.org/ https://www.mint-lang.com/
How did you decide to use these framework and how was your experience ?
Re: Show HN: Base – API for authentication, email sending, images and more
#5Interesting that you've made it using https://crystal-lang.org/ https://www.mint-lang.com/ How did you decide to use these framework and how was your experience ?
I choose Crystal because I had experience using Ruby and I absolutely loved the syntax, also Mint is built with Crystal. I really like it because it easy to read (even with type annotations) and compiles to a fast binary.
Edit: If you have specific questions let me have it :D
Re: Show HN: Base – API for authentication, email sending, images and more
#6Re: Show HN: Base – API for authentication, email sending, images and more
#7The sign-up button for the developer plan doesn't work (Firefox 68.0.1). Nice idea though. It'd be neat to be able to host it ourselves, if you ever plan to release it as OSS.
> It'd be neat to be able to host it ourselves, if you ever plan to release it as OSS.
The pricing is just a placeholder at this point, it is possible that there will be a self hosted plan, since it can be easily compiled to a single binary.
Re: Show HN: Base – API for authentication, email sending, images and more
#8https://www.base-api.io/reference/files
The curl request uses [1] id and in response we get [2] id. Why is that?
[1] 6536fb5e-01b1-4a0c-b05b-33bac00c65ac
[2] ed7066dc-614c-48f3-8456-926598e88473
Re: Show HN: Base – API for authentication, email sending, images and more
#9I have question regarding example of "Retrieving details of a file" https://www.base-api.io/reference/files The curl request uses [1] id and in response we get [2] id. Why is that? [1] 6536fb5e-01b1-4a0c-b05b-33bac00c65ac [2] ed7066dc-614c-48f3-8456-926598e88473
Re: Show HN: Base – API for authentication, email sending, images and more
#10I have question regarding example of "Retrieving details of a file" https://www.base-api.io/reference/files The curl request uses [1] id and in response we get [2] id. Why is that? [1] 6536fb5e-01b1-4a0c-b05b-33bac00c65ac [2] ed7066dc-614c-48f3-8456-926598e88473
Thank you for spotting it! It's just inconsistency, I'll update the examples.