Live data from Hacker News

Show HN: Base – API for authentication, email sending, images and more

base-api.io

1–10 of 56 posts

Re: Show HN: Base – API for authentication, email sending, images and more

#3
This is pretty interesting and useful. This would be immensely useful for prototypes and a great entry point for developers. Kind of reminds me of Firebase how it tries to be a one-stop-shop. it also seems much more approachable than Firebase which is nice.

Re: Show HN: Base – API for authentication, email sending, images and more

#5
post #4

Interesting 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'm the author of Mint, so it was the obvious choice :)

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

#7
post #6

The 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.

Thanks for the bug report! It should be fixed now.

> 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

#8
I 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

#9
post #8

I 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.

Re: Show HN: Base – API for authentication, email sending, images and more

#10
post #8

I 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.

Thank you, I thought that I was missing something. BTW - I've found your page very useful - thank you for that!
Post reply on HN