Live data from Hacker News

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

slashapi.com

41–50 of 52 posts

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

#41
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.

I know it might sound not so logical for you, but it's not how pricing works.

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

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

#42
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.

I've always found the complexity was implementing business requirements. for example if field x is "y" then fields g is required, and field f can only be these three choices. and if field g is filled in, then field x can not be y

Stuff like this is where a lot of no-code stuff falls down.

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

#44
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.

Here's my thinking:

1. There is a lot of complexity in building, deploying and maintaining software

2. There is a lot of complexity in understanding a domain and figuring out precise business logic

Often, (1) and (2) are known by different people, from technology and business functions. There is a communication overhead.

We can eliminate the communication overhead if (1) and (2) are known by the same person. But learning to code is hard... so if we make the programming easier (or even "no code") then people who know (2) can easily pick up (1)!

Ultimately though, I'm not convinced that (1) will ever be easy...

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

#46
post #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

[deleted]

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

#47
Could we please stop using this "no code required" bullshit? You have to configure it somehow and once you get to the edge of "we guess what our customer needs", which is quite soon, you quickly get to the docs for advanced users where you have to use code in the end again...

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

#48

Earlier quoted context omitted.

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.

I've always found the complexity was implementing business requirements. for example if field x is "y" then fields g is required, and field f can only be these three choices. and if field g is filled in, then field x can not be y Stuff like this is where a lot of no-code stuff falls down.

Yep exactly. I've found that to be the case as well.

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

#49

Earlier quoted context omitted.

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.

Here's my thinking: 1. There is a lot of complexity in building, deploying and maintaining software 2. There is a lot of complexity in understanding a domain and figuring out precise business logic Often, (1) and (2) are known by different people, from technology and business functions. There is a communication overhead. We can eliminate the communication overhead if (1) and (2) are known by the same person. But lear…

In all seriousness, in the real world the business types don't actually know the precise business logic, and the people who know number 1 are the ones that have to figure it out.

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

#50

Could we please stop using this "no code required" bullshit? You have to configure it somehow and once you get to the edge of "we guess what our customer needs", which is quite soon, you quickly get to the docs for advanced users where you have to use code in the end again...

"No Code" is the new Fad word. It sounds a lot cooler than "you still need some config but may not need to write full code". VCs are funding No code like crazy.
Post reply on HN