Systems | Development | Analytics | API | Testing

Executing SQL Joins in REST APIs Using DreamFactory

As a follow up to our previous blog post about retrieving related data from that REST API, I wanted to dive deeper into the power of the “related records” feature of DreamFactory’s database-backed APIs. One of the powerful features of SQL databases is the ability to relate separate data records and perform queries that retrieve that related data all at once. One problem is that this requires a fairly in-depth knowledge of your database, it’s schema, and SQL syntax.

Managing DreamFactory Scripted APIs with GitHub and Your Favorite IDE

DreamFactory's scripted service feature ranks among the most popular capabilities, allowing developers to create APIs using PHP, Python, or NodeJS which can then be secured using role-based access controls, accessed using auto-generated API keys or other authentication providers such as Active Directory and Okta, and executed alongside other APIs as part of an API composition-based workflow.

The REST API Roundup!

REST Is the default setting for most developers! At least 83% of APIs use REST, while another 15% use SOAP. DreamFactory is a REST API management platform, making it easy for you to create RESTful applications. We can instantly build a secure, live REST API on top of your current SOAP solution! We want to help you get on the best track with your REST API endeavor! Here are our top resources below.

7 Tips to Write Great API Documentation

Developers build REST APIs so people can use their applications, and they write great API documentation so people can use their APIs. But for some reason, writing API documentation that is both pleasurable to read and easy to work with is a skill that many developers lack, so let’s get this clear: Your API is only as great as your API documentation. Below, we explore seven tips for writing great API documentation.

What is Serverless Computing?

The shift to cloud computing fundamentally changed the way software is built and consumed by developers. Multiple code snippets or functions are logically connected to form a complex application. Since the platform deals with one function at a time, and functions are the fundamental deployment units, this model is often called as Functions as a Service (FaaS).

How to Extend Your ERP

ERP systems enable businesses to bring together and manage core processes and technologies under one system. But the truth is, an out-of-the-box ERP system rarely fits a business perfectly, and even if it does, it is only temporary. A business’s challenges, needs, and strategies change and grow over time, and its tools must too. When an ERP’s functionality does not fully meet your business’s needs, it’s time to think about extending it.