Research on Authentication, Metadata APIs, Bulk, and Eventing Unveiled
The State of API Integration Report dives deep into data-driven trends in 2017, unveiling market growth by category, and new benchmark data for API development.
Join the DZone community and get the full member experience.
Join For Freethe growth in web apis since 2005 has increased by over 757%. this proliferation of public apis, among other disruptors in the industry, led us to a state of the unionreport on api integration. the state of api integration report dives deep into data-driven trends in 2017, unveiling market growth by category, and new benchmark data to compare your own api development against.
in this day and age, it is not enough for your application to only expose a great, developer-friendly api. you often need to integrate the api’s exposed by other products and services to your application. allowing these differing interfaces to work well together is fundamental to a reliable user experience.
the immense growth of apis is a leading indicator for the demand for api integration. according to programmableweb, in a matter of 6 years, web api counts increased 757% from 2010 - 2016 . this causes a challenge for developers since each api is unique, has its own resource definitions, data model schema, error handling, paging structure and more.
as api technology continues to evolve thirty-nine percent of enterprises, sourced from smartbear in their state of apis report 2016, want easier integration between the tools they already use. these companies surveyed have on average over 1,031 internal cloud services, so getting every app to work together is a critical need.
so where does that leave the current state of apis? line of business owners are demanding their applications work together, and developers all too often are left to deal with various aspects of api complexity, such as authentication and authorization, metadata discovery, bulk support, and event synchronization.
you can download the full report: state of api integration 2017 .
our research delves into 4 key areas of api integration:
59% of authentication is not oauth 2
developers must carry the burden of understanding the details of each individual endpoint, starting with authentication. authentication and authorization are fundamental to exposing data and services via apis, providing simple identity-based access control. this lets the api provider know which client is connecting and what features or data they have access to.
there are many types of authentication including oauth1, oauth2, basic, custom and api key. the future of authentication is moving towards a multi-factor and delegated auth mechanisms based on oauth. unfortunately, over 59% of apis are using an authentication mechanism that is not oauth2: basic auth (17 percent), api keys (1 percent) or some custom implementation of api key & secret (33 percent).
over 58% of endpoints have native metadata apis
beyond authentication, api providers are increasing the capability of metadata discovery to support resource mapping and custom objects. in our research, we have found that only 58% of endpoints support metadata discovery . one caveat to our research is that it’s heavily weighted by the custom integrations provided by cloud elements. it was natural for us to choose and support the more cooperative endpoints that natively support metadata, thus we believe 58% of endpoints supporting metadata discovery is in fact very high, industry-wide. our sense is that less than 15% of endpoints actually support discovery.
42% of apis support bulk
bulk support across endpoints is one of the highest demanded features we hear across our customer’s building integrations, and yet only 42% of the apis we work with actually support bulk . “enterprise users are often dealing with vast data lakes, that need to be synchronized, analyzed, migrated or even shared. application providers must think carefully about the functionality they offer to handle this scale of data,” stated ross garrett, director of product marketing at cloud elements.
only 29% of apis offer webhooks
the last area of research we focused on in the state of api integration report, covers the paradigm that over
eighty-percent
of developers prefer to use webhooks over other methods, and yet, only 29 percent of apis actually offer webhooks. this creates a huge gap of missing expectations and functionality, especially as it pertains to the support of endpoint connectivity. out of these apis that do support webhooks, 92 percent return json data, and 8 percent return soap or xml. if you’re looking to use webhooks for a soap-based api, the chances are slim.
what score would you give your api?
we believe that all apis ought to be prepared for the integration use case. using our research, you can now score your api with our interactive api calculator and see how your api measures up to the rest of the industry. we’d love to hear how you scored so use #apiscorecard and #stateofapiintegration to share your score on social.
Published at DZone with permission of Ross Garrett, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Is Podman a Drop-In Replacement for Docker?
-
Effective Java Collection Framework: Best Practices and Tips
-
Microservices With Apache Camel and Quarkus
-
Writing a Vector Database in a Week in Rust
Comments