Live data from Hacker News

Show HN: SlashApi – a web platform to build REST APIs without code

slashapi.com

31–40 of 52 posts

Re: Show HN: SlashApi – a web platform to build REST APIs without code

#31
Not to dump on this service in particular, but there are a lot of "No Code / Low Code" platforms out there, and many of them miss the mark on their intended audience.

If the intended audience is non-technical users who don't know how to code, then it makes sense to allow them to do things without code. Essentially, you're acting as a declarative interface, where the user tells you what they want done, and they don't have to worry about how you do it at the code level.

But if the intended audience is technical, and users do know how to code, then in general what they really want is to write code more efficiently -- that is, write less boilerplate code -- not to have all the code abstracted away. Because they know that abstractions leak.

In the case of a service to build REST APIs, where the intended audience is more technical, my guess is that what most devs desire is not to introduce another service layer into their application, but to be able to easily generate all the boilerplate and then easily modify it to fit their use cases.

Re: Show HN: SlashApi – a web platform to build REST APIs without code

#32
post #31

Not to dump on this service in particular, but there are a lot of "No Code / Low Code" platforms out there, and many of them miss the mark on their intended audience. If the intended audience is non-technical users who don't know how to code, then it makes sense to allow them to do things without code. Essentially, you're acting as a declarative interface, where the user tells you what they want done, and they don't…

We will think about this for sure. Anyway, Thank you, I appreciate your taking the time to write. We value and respect your opinion.

Re: Show HN: SlashApi – a web platform to build REST APIs without code

#33
post #31

Not to dump on this service in particular, but there are a lot of "No Code / Low Code" platforms out there, and many of them miss the mark on their intended audience. If the intended audience is non-technical users who don't know how to code, then it makes sense to allow them to do things without code. Essentially, you're acting as a declarative interface, where the user tells you what they want done, and they don't…

I find the no-low-code trend really interesting, because it shines a light on the difference in perspective between programmers and non-programmers. It's generally assumed that "code is complex", and therefore that's where the complexity lies in producing software. It's a reasonable assumption if you're looking at it from the outside, but anyone who codes knows that complexity is, well, complex.

Re: Show HN: SlashApi – a web platform to build REST APIs without code

#34
post #22

Nice stuff, Quick question around the product. All the services listed already has rest api. Why would I need your product. What is the value add? May be I am missing something. For Rest api for databases - https://postgrest.org Too expensive for things that is available for free. Also, what happens when we hit rate limit on the upstream service. Who is responsible for that?

We built this initially only to turn the database into API, after ask to users, we found that some people need more than just accessing the database. For example, they want to send notifications to Slack/Telegram when an event happens in the database, or they need to upload a file to the cloud storage, then put the information to their database. That's why we put another service, although they also have an API. Our g…

API workflow is a solved problem. Have you looked at zapier?

The thing is if you return the response of upstream service, it is jargon for me because I did not use the upstream's service directly.

Caching API calls might be a bad idea as it might create inconsistent data. Just saying, it is a hard problem in general. Abstractions are hard problem in general.

Re: Show HN: SlashApi – a web platform to build REST APIs without code

#35
post #31

Not to dump on this service in particular, but there are a lot of "No Code / Low Code" platforms out there, and many of them miss the mark on their intended audience. If the intended audience is non-technical users who don't know how to code, then it makes sense to allow them to do things without code. Essentially, you're acting as a declarative interface, where the user tells you what they want done, and they don't…

Absolutely, agree with you. Creating value out of abstraction is generally driven by domain/use cases. For eg. in this case if I get an email from a customer with pictures on my gmail account, post it on instagram. Now, this is an use case that this abstracted but creates value.

Simple API abstracted leads to leaky abstract you are at the developer's discretion to implement it. With a concrete use case, abstraction is bounded.

Re: Show HN: SlashApi – a web platform to build REST APIs without code

#39
Am I reading this right? There's no security or granular access control? If you connect a resource, like a postgresql db - anyone with access to the front-end client (anyone with the api key; that is everyone) - can read and write to all tables?

That's... Not great?

https://slashapi.com/docs/pgsql#content-api-endpoints

Re: Show HN: SlashApi – a web platform to build REST APIs without code

#40
post #5

Suggestion, /mon -> /mo or /month or per month Number of API calls per month of 100K for $15 is just too low, you can have decent dedicated servers running per month for $5 & that could very well handle 86400*30 at 1 request per second.

Pricing is done based on value added. You can't directly compare it to a bare VPS server because by itself that server isn't providing value because you have to actually set it up, maintain it, etc.

Wasn't questioning the amount, only the units for a plan which could make it more appealing
Post reply on HN