To see the other types of publications on this topic, follow the link: API documentation.

Journal articles on the topic 'API documentation'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the top 50 journal articles for your research on the topic 'API documentation.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Browse journal articles on a wide variety of disciplines and organise your bibliography correctly.

1

Uddin, Gias, and Martin P. Robillard. "How API Documentation Fails." IEEE Software 32, no. 4 (2015): 68–75. http://dx.doi.org/10.1109/ms.2014.80.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Zhong, Hao, and Zhendong Su. "Detecting API documentation errors." ACM SIGPLAN Notices 48, no. 10 (2013): 803–16. http://dx.doi.org/10.1145/2544173.2509523.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Robillard, Martin P., and Yam B. Chhetri. "Recommending reference API documentation." Empirical Software Engineering 20, no. 6 (2014): 1558–86. http://dx.doi.org/10.1007/s10664-014-9323-y.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Hoffman, Daniel, and Paul Strooper. "API documentation with executable examples." Journal of Systems and Software 66, no. 2 (2003): 143–56. http://dx.doi.org/10.1016/s0164-1212(02)00055-9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Meng, Michael, Stephanie Steinhardt, and Andreas Schubert. "How developers use API documentation." Communication Design Quarterly 7, no. 2 (2019): 40–49. http://dx.doi.org/10.1145/3358931.3358937.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Denis, Zolotariov. "About One Approach to Deploying an API Gateway Development Environment." International Journal of Mathematics And Computer Research 10, no. 04 (2022): 2655–61. https://doi.org/10.5281/zenodo.6490777.

Full text
Abstract:
The article outlines the problem of an integral approach to building an API gateway that includes the API gateway itself, the development of documentation for the API, sandbox for API end users, and automated testing. This problem is divided into tasks, each of which is solved. As a result, a general approach has been developed for deploying an environment for developing and executing API gateway, which takes into account: convenient configuration and launch of the gateway server, flexible development of APIs’ documentation and its convenient viewing by end users, as well as end-to-end a
APA, Harvard, Vancouver, ISO, and other styles
7

Meng, Michael, Stephanie Steinhardt, and Andreas Schubert. "Application Programming Interface Documentation: What Do Software Developers Want?" Journal of Technical Writing and Communication 48, no. 3 (2017): 295–330. http://dx.doi.org/10.1177/0047281617721853.

Full text
Abstract:
The success of an application programming interface (API) crucially depends on how well its documentation meets the information needs of software developers. Previous research suggests that these information needs have not been sufficiently understood. This article presents the results of a series of semistructured interviews and a follow-up questionnaire conducted to explore the learning goals and learning strategies of software developers, the information resources they turn to and the quality criteria they apply to API documentation. Our results show that developers initially try to form a
APA, Harvard, Vancouver, ISO, and other styles
8

Pandita, Rahul, Raoul Jetley, Sithu Sudarsan, Timothy Menzies, and Laurie Williams. "TMAP: Discovering relevant API methods through text mining of API documentation." Journal of Software: Evolution and Process 29, no. 12 (2017): e1845. http://dx.doi.org/10.1002/smr.1845.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Uddin, Gias, Foutse Khomh, and Chanchal K. Roy. "Automatic API Usage Scenario Documentation from Technical Q&A Sites." ACM Transactions on Software Engineering and Methodology 30, no. 3 (2021): 1–45. http://dx.doi.org/10.1145/3439769.

Full text
Abstract:
The online technical Q&A site Stack Overflow (SO) is popular among developers to support their coding and diverse development needs. To address shortcomings in API official documentation resources, several research works have thus focused on augmenting official API documentation with insights (e.g., code examples) from SO. The techniques propose to add code examples/insights about APIs into its official documentation. Recently, surveys of software developers find that developers in SO consider the combination of code examples and reviews about APIs as a form of API documentation, and that
APA, Harvard, Vancouver, ISO, and other styles
10

Maalej, Walid, and Martin P. Robillard. "Patterns of Knowledge in API Reference Documentation." IEEE Transactions on Software Engineering 39, no. 9 (2013): 1264–82. http://dx.doi.org/10.1109/tse.2013.12.

Full text
APA, Harvard, Vancouver, ISO, and other styles
11

Quang Hai Khuat. "API documentation: A guide to making your data APIs developer-friendly." World Journal of Advanced Research and Reviews 26, no. 1 (2025): 1541–56. https://doi.org/10.30574/wjarr.2025.26.1.1179.

Full text
Abstract:
This article presents a comprehensive framework for creating effective documentation for data APIs, addressing the unique challenges that arise when documenting complex data models, relationships, and query capabilities. It explores the fundamental principles of developer-centric documentation—treating documentation as a product, maintaining clarity and consistency, and balancing technical precision with accessibility—while providing practical guidance on implementation across the documentation lifecycle. The article examines essential documentation components including conceptual introduction
APA, Harvard, Vancouver, ISO, and other styles
12

Rantanen, Petri. "REST API example generation using Javadoc." Computer Science and Information Systems 14, no. 2 (2017): 447–66. http://dx.doi.org/10.2298/csis161022009r.

Full text
Abstract:
Formatting and editing documentation can be a tedious process regardless of how well your documentation templates are made. Especially, keeping the code examples up-to-date can be time-consuming and error-prone. The research presented in this article describes a Javadoc extension that can be used to produce example data in combination with automatically generated API method call examples, and explains how the APIs in our implementation are organized to further ease the automatic documentation process. The primary goal is to make generating method call examples for (RESTful) web services easier
APA, Harvard, Vancouver, ISO, and other styles
13

Wang, Chengpeng, Jipeng Zhang, Rongxin Wu, and Charles Zhang. "DAInfer: Inferring API Aliasing Specifications from Library Documentation via Neurosymbolic Optimization." Proceedings of the ACM on Software Engineering 1, FSE (2024): 2469–92. http://dx.doi.org/10.1145/3660816.

Full text
Abstract:
Modern software systems heavily rely on various libraries, necessitating understanding API semantics in static analysis. However, summarizing API semantics remains challenging due to complex implementations or the unavailability of library code. This paper presents DAInfer, a novel approach for inferring API aliasing specifications from library documentation. Specifically, we employ Natural Language Processing (NLP) models to interpret informal semantic information provided by the documentation, which enables us to reduce the specification inference to an optimization problem. Furthermore, we
APA, Harvard, Vancouver, ISO, and other styles
14

Metkar, Monali, and S. M. Kamalapur. "Classification and Searching in Java API Reference Documentation." International Journal of Computer Applications Technology and Research 3, no. 7 (2014): 451–56. http://dx.doi.org/10.7753/ijcatr0307.1011.

Full text
APA, Harvard, Vancouver, ISO, and other styles
15

Machemedze, Tanaka Alexander, Monica Gondo, and Arthur Ndlovu. "Development of a Secure Privacy Preserving BERT-Based Extractive API Documentation Generator." International Journal of Computer Science and Mobile Computing 14, no. 6 (2025): 79–84. https://doi.org/10.47760/ijcsmc.2025.v14i06.009.

Full text
Abstract:
This research presents the development of a secure, privacy-preserving BERT-based extractive API documentation generator designed to automate the creation of high-quality API documentation directly from source code. Addressing limitations in existing tools such as manual dependency, structural inconsistency, hallucinations, and data privacy concerns, the proposed system leverages a fine-tuned BERT model to extract and document API components such as parameters, return types, descriptions. The architecture integrates a local Flask API for secure code preprocessing and anonymized tokenization, e
APA, Harvard, Vancouver, ISO, and other styles
16

Gerlits, Evgeny Anatolyevich, Denis Stepanovich Kildishev, and Alexey Vladimirovich Khoroshilov. "Elicitation of functional requirements from the application programming interface documentation for functional testing." Proceedings of the Institute for System Programming of the RAS 34, no. 1 (2022): 7–22. http://dx.doi.org/10.15514/ispras-2022-34(1)-1.

Full text
Abstract:
We address a common problem in this paper. The only available documentation for a computer program consists of a user API documentation while we need to identify functional requirements and build test suite to test them. We describe a technique for functional requirements elicitation from the user API documentation. Requirements management tool Requality is exploited in this technique. The tool has been used in several industrial software verification projects.
APA, Harvard, Vancouver, ISO, and other styles
17

Zhong, Hao, Lu Zhang, Tao Xie, and Hong Mei. "Inferring specifications for resources from natural language API documentation." Automated Software Engineering 18, no. 3-4 (2011): 227–61. http://dx.doi.org/10.1007/s10515-011-0082-3.

Full text
APA, Harvard, Vancouver, ISO, and other styles
18

Jiau, Hewijin Christine, and Feng-Pu Yang. "Facing up to the inequality of crowdsourced API documentation." ACM SIGSOFT Software Engineering Notes 37, no. 1 (2012): 1–9. http://dx.doi.org/10.1145/2088883.2088892.

Full text
APA, Harvard, Vancouver, ISO, and other styles
19

Salman, Hamzeh Eyal. "API library-based identification and documentation of usage patterns." International Journal of Computer Applications in Technology 58, no. 1 (2018): 63. http://dx.doi.org/10.1504/ijcat.2018.094065.

Full text
APA, Harvard, Vancouver, ISO, and other styles
20

Eyal Salman, Hamzeh. "API library-based identification and documentation of usage patterns." International Journal of Computer Applications in Technology 58, no. 1 (2018): 63. http://dx.doi.org/10.1504/ijcat.2018.10015267.

Full text
APA, Harvard, Vancouver, ISO, and other styles
21

Myers, Brad A., Sae Young Jeong, Yingyu Xie, et al. "Studying the Documentation of an API for Enterprise Service-Oriented Architecture." Journal of Organizational and End User Computing 22, no. 1 (2010): 23–51. http://dx.doi.org/10.4018/joeuc.2010101903.

Full text
Abstract:
All software today is written using application programming interfaces (APIs). We performed a user study of the online documentation of a large and complex API for Enterprise Service-Oriented Architecture (eSOA), which identified many issues and recommendations for making API documentation easier to use. eSOA is an appropriate testbed because the target users include high-level business experts who do not have significant programming expertise and thus can be classified as “end-user developers.” Our study showed that the participants’ background influenced how they navigated the documentation.
APA, Harvard, Vancouver, ISO, and other styles
22

J., Sathya Priya, Murugavel V., and Viswanathan S. "Online Integrated Platform for Project Management." Journal of Ubiquitous Computing and Communication Technologies 6, no. 3 (2024): 271–83. http://dx.doi.org/10.36548/jucct.2024.3.005.

Full text
Abstract:
The Integrated Platform for University Projects (IPUP) aims to streamline student project management across academic disciplines. Utilizing web technologies and project management principles, IPUP provides a centralized hub for collaboration, communication, and progress tracking. Additionally, IPUP utilizes a plagiarism checking API as a method to ensure academic integrity. Project documentation submitted on the platform is analysed using the SmallSEO Tools Plagiarism checking API. This API employs algorithms defined by SmallSEO Tools to detect any plagiarized content within the documentation.
APA, Harvard, Vancouver, ISO, and other styles
23

., Pande Komang Saputra, Gede Aditra Pradnyana, S. Kom ,. M. Kom ., and Dr Dewa Gede Hendra Divayana, S. Kom ,. M. . "FILM DOKUMENTER TRADISI ACI KEBURAN DI PURA HYANG API DESA KELUSA GIANYAR BALI." Kumpulan Artikel Mahasiswa Pendidikan Teknik Informatika (KARMAPATI) 8, no. 1 (2019): 43. http://dx.doi.org/10.23887/karmapati.v8i1.17005.

Full text
Abstract:
Penelitian ini bertujuan untuk (1) menghasilkan rancangan dan mengimplementasikan hasil rancangan Film Dokumenter Tradisi Aci Keburan di Pura Hyang Api Desa Kelusa Gianyar Bali. (2) mengetahui respon masyarakat terhadap hasil akhir Film Dokumenter Tradisi Aci Keburan di Pura Hyang Api Desa Kelusa Gianyar Bali.
 Jenis penelitian yang digunakan dalam penelitian ini adalah penelitian dan pengembangan dengan model cyclic strategy. Metode cyclic strategy dimulai dari pengumpulan data dengan cara observasi, wawancara, studi literatur, kuesioner, dan dokumentasi. Film dokumenter ini diimplementa
APA, Harvard, Vancouver, ISO, and other styles
24

Thayer, Kyle, Sarah E. Chasins, and Amy J. Ko. "A Theory of Robust API Knowledge." ACM Transactions on Computing Education 21, no. 1 (2021): 1–32. http://dx.doi.org/10.1145/3444945.

Full text
Abstract:
Creating modern software inevitably requires using application programming interfaces (APIs). While software developers can sometimes use APIs by simply copying and pasting code examples, a lack of robust knowledge of how an API works can lead to defects, complicate software maintenance, and limit what someone can express with an API. Prior work has uncovered the many ways that API documentation fails to be helpful, though rarely describes precisely why. We present a theory of robust API knowledge that attempts to explain why, arguing that effective understanding and use of APIs depends on thr
APA, Harvard, Vancouver, ISO, and other styles
25

Xu, Xiufeng, Fuman Xie, Chenguang Zhu, Guangdong Bai, Sarfraz Khurshid, and Yi Li. "Identifying Multi-parameter Constraint Errors in Python Data Science Library API Documentation." Proceedings of the ACM on Software Engineering 2, ISSTA (2025): 1536–58. https://doi.org/10.1145/3728945.

Full text
Abstract:
Modern AI- and Data-intensive software systems rely heavily on data science and machine learning libraries that provide essential algorithmic implementations and computational frameworks. These libraries expose complex APIs whose correct usage has to follow constraints among multiple interdependent parameters. Developers using these APIs are expected to learn about the constraints through the provided documentation and any discrepancy may lead to unexpected behaviors. However, maintaining correct and consistent multi-parameter constraints in API documentation remains a significant challenge fo
APA, Harvard, Vancouver, ISO, and other styles
26

de Queiroz Lafetá, Raquel Fialho, Thiago Fialho de Queiroz Lafetá, and Marcelo de Almeida Maia. "An Automated Approach for Constructing Framework Instantiation Documentation." International Journal of Software Engineering and Knowledge Engineering 30, no. 04 (2020): 575–601. http://dx.doi.org/10.1142/s0218194020500205.

Full text
Abstract:
A substantial effort, in general, is required for understanding APIs of application frameworks. High-quality API documentation may alleviate the effort, but the production of such documentation still poses a major challenge for modern frameworks. To facilitate the production of framework instantiation documentation, we hypothesize that the framework code itself and the code of existing instantiations provide useful information. However, given the size and complexity of existent code, automated approaches are required to assist the documentation production. Our goal is to assess an automated ap
APA, Harvard, Vancouver, ISO, and other styles
27

Chiș, Andrei. "A Modeling Method for Model-Driven API Management." Complex Systems Informatics and Modeling Quarterly, no. 25 (December 31, 2020): 1–18. http://dx.doi.org/10.7250/csimq.2020-25.01.

Full text
Abstract:
This article reports on the Design Science engineering cycle for implementing a modeling method to support model-driven, process-centric API management. The BPMN standard was hereby enriched on semantic, syntactic and tool levels in order to provide a viable solution for integrating API requests with diagrammatic business process models in order to facilitate the documentation or testing of REST API calls directly in a modeling environment. The method can be implemented by stakeholders that need to map and manage their API ecosystem, thus gaining more API management agility and improving their
APA, Harvard, Vancouver, ISO, and other styles
28

Muri, M. Fuadi Aziz, Hendrik Setyo Utomo, and Rabini Sayyidati. "Search Engine Get Application Programming Interface." Jurnal Sains dan Informatika 5, no. 2 (2019): 88–97. http://dx.doi.org/10.34128/jsi.v5i2.175.

Full text
Abstract:
Application Programming Interface (API) is a function concept that can be called by other programs. The API works as a link that unites various applications of various types of platforms, commonly known as API public names. The public API has been widely spread, while its users, programmers who want to search for public APIs, must browse through various methods such as general search engines, repository documentation or directly in web articles. The user does not yet have a system specifically for collecting public-public APIs, so that users have difficulty in performing API public link search
APA, Harvard, Vancouver, ISO, and other styles
29

Santos, Eder dos, and Sandra Casas. "A catalog of API Gateway metrics and its quantitative evaluation." DYNA 92, no. 237 (2025): 106–14. https://doi.org/10.15446/dyna.v92n237.118741.

Full text
Abstract:
In the rapidly evolving API Economy, quality of API management software has become a critical concern. This work analyzed the API management industry with a particular focus on the metrics available for various API Gateway products. The primary artifact is a catalog with 59 metrics, compiled from global industry reports and technical documentation of 68 leading API Gateway products. The Design Science Research (DSR) approach was adopted to design the catalog, and metrics were categorized based on clear definitions in recent scientific literature. Secondly, a quantitative analysis method was pr
APA, Harvard, Vancouver, ISO, and other styles
30

Akkamahadevi C, Ms. "AI Powered Legal Documentation Assistant." INTERNATIONAL JOURNAL OF SCIENTIFIC RESEARCH IN ENGINEERING AND MANAGEMENT 09, no. 05 (2025): 1–9. https://doi.org/10.55041/ijsrem47468.

Full text
Abstract:
Abstract Legal documentation plays a critical role in business operations, regulatory compliance, and individual legal matters, yet it remains a complex, time-consuming, and often costly process. Many individuals and small businesses struggle with understanding legal jargon, ensuring compliance, and managing contracts without professional legal assistance, leading to risks of misinterpretation and legal disputes. This report introduces an AI-powered Legal Documentation Assistant that leverages the Gemini API to automate key legal processes, including document analysis, clause extraction, contr
APA, Harvard, Vancouver, ISO, and other styles
31

Wang, April Yi, Dakuo Wang, Jaimie Drozdal, et al. "Documentation Matters: Human-Centered AI System to Assist Data Science Code Documentation in Computational Notebooks." ACM Transactions on Computer-Human Interaction 29, no. 2 (2022): 1–33. http://dx.doi.org/10.1145/3489465.

Full text
Abstract:
Computational notebooks allow data scientists to express their ideas through a combination of code and documentation. However, data scientists often pay attention only to the code, and neglect creating or updating their documentation during quick iterations. Inspired by human documentation practices learned from 80 highly-voted Kaggle notebooks, we design and implement Themisto, an automated documentation generation system to explore how human-centered AI systems can support human data scientists in the machine learning code documentation scenario. Themisto facilitates the creation of document
APA, Harvard, Vancouver, ISO, and other styles
32

Zhou, Yu, Changzhi Wang, Xin Yan, Taolue Chen, Sebastiano Panichella, and Harald Gall. "Automatic Detection and Repair Recommendation of Directive Defects in Java API Documentation." IEEE Transactions on Software Engineering 46, no. 9 (2020): 1004–23. http://dx.doi.org/10.1109/tse.2018.2872971.

Full text
APA, Harvard, Vancouver, ISO, and other styles
33

Sliacky, Milan, and Lukáš Kacar. "Complex system testing based on API." Acta Polytechnica CTU Proceedings 51 (December 17, 2024): 109–13. https://doi.org/10.14311/app.2024.51.0109.

Full text
Abstract:
The article describes the practical experience of testing a specific ticketing system for public transport based on blockchain technology. The testing aimed to verify the overall functionality of the complex system as well as the correct execution of the functions of its selected parts, which consist of several separately developed but closely cooperating subsystems: blockchain, clearing, and mobile application subsystem with support of bank payment system.Communication between the different parts was implemented through APIs developed for this purpose. The availability of API documentation an
APA, Harvard, Vancouver, ISO, and other styles
34

Ependi, Usman. "HEURISTIC EVALUATION FOR MOBILE APPLICATION (STUDI KASUS: APLIKASI DEPO AUTO 2000 TANJUNG API API PALEMBANG)." Simetris : Jurnal Teknik Mesin, Elektro dan Ilmu Komputer 8, no. 2 (2017): 563. http://dx.doi.org/10.24176/simet.v8i2.1525.

Full text
Abstract:
Heuristic evaluation merupakan salah satu bentuk usability testing perangkat lunak yang dinilai oleh pengguna (evaluator). Dalam melakukan heuristic evaluation instrumen penilaian terdiri dari sepuluh (10) pernyataan dengan lima pilihan jawaban dalam skala severity ratings. Dalam penelitian ini heuristic evaluation terhadap aplikasi Depo Auto 2000 Tanjung Api-Api Palembang yang dilakukan oleh 4 evaluator. Hasil dari heuristic evaluation dikelompokkan kedalam masing-masing instrumen yaitu visibility of system status dengan nilai 0,75, match between system and the real world dengan nilai 0,25, u
APA, Harvard, Vancouver, ISO, and other styles
35

Setiawan, Yehezkiel David, Laurentius Gusti Ontoseno Panata Yudha, Yovie Adhisti Mulyono, Veronica Marcella Angela Simalango, and Oscar Karnalim. "Chat GPT Impact Analysis on API Testing: A Controlled Experiment." Journal of Applied Informatics and Computing 8, no. 2 (2024): 350–57. https://doi.org/10.30871/jaic.v8i2.8182.

Full text
Abstract:
This research examines the impact of ChatGPT as a learning aid for students in API testing. A controlled experiment compared two groups: one utilizing ChatGPT and the other relying on traditional documentation. The findings indicate that participants using ChatGPT scored significantly higher in both exam tests compared to the documentation group, despite taking longer to complete tasks. Statistical analysis using t-tests confirmed these differences as significant. Post-test surveys revealed an increase in participants confidence and effectiveness in understanding and using APIs after interacti
APA, Harvard, Vancouver, ISO, and other styles
36

Kore, Pratik Prakash, Mayuresh Jaywant Lohar, Madhusudan Tanaji Surve, and Snehal Jadhav. "API Testing Using Postman Tool." International Journal for Research in Applied Science and Engineering Technology 10, no. 12 (2022): 841–43. http://dx.doi.org/10.22214/ijraset.2022.48030.

Full text
Abstract:
Abstract: Postman is one of the greatest API automation and documentation tools available today. Postman began as a simple Chrome browser plugin and has now grown to be a full API testing solution used by 5 million developers and over 100,000 enterprises all over the world. With a $2 billion value, it's a unicorn in its own right, and it's become the go-to platform for creating enterprise APIs. As the API economy continues to growing, more challenges are created for developers. The old methods of manually creating and testing APIs no longtime scale as today’s software and services can interfac
APA, Harvard, Vancouver, ISO, and other styles
37

Destyananda, Nanditya Putri, and Falih Suaedi. "Organizational Culture at PT Kereta Api Indonesia (Persero) Based on the Level of Basic Assumptions, Values, and Artifacts." Jurnal Manajemen Publik & Kebijakan Publik (JMPKP) 4, no. 1 (2022): 15–27. http://dx.doi.org/10.36085/jmpkp.v4i1.2772.

Full text
Abstract:
This study aims to determine the organizational culture applied at PT Kereta Api Indonesia (Persero) based on the level of organizational culture, namely: basic assumptions, values, and artifacts. Organizational culture plays a major function in modeling the behavior and performance of the company through the collective efforts of each member. The research method used is qualitative with emphasis on documentation as a data collection technique in this study. Meanwhile, data analysis was carried out in a narrative manner. The empirical findings in this study focus on organizational culture at P
APA, Harvard, Vancouver, ISO, and other styles
38

Putra, Fauzan Prasetyo Eka, Reynal Widya Efendi, Alief Badrit Tamam, and Walid Agel Pramadi. "Trends and Best Practices in API-Based Web Development Using Laravel and React." Brilliance: Research of Artificial Intelligence 5, no. 1 (2025): 223–33. https://doi.org/10.47709/brilliance.v5i1.5971.

Full text
Abstract:
Modern web development is undergoing a paradigm shift marked by the increasing adoption of API-based architectures that decouple frontend and backend responsibilities. This separation enables the development of modular, scalable, and maintainable applications, particularly through the combination of Laravel and React. This study aims to explore current trends and best practices in API-driven web application development by conducting a systematic literature review of academic publications and technical documentation published between 2022 and 2024. Laravel, a robust PHP backend framework, provi
APA, Harvard, Vancouver, ISO, and other styles
39

Xie, Na. "Strategic approaches to API design and management." Applied and Computational Engineering 64, no. 1 (2024): 230–36. http://dx.doi.org/10.54254/2755-2721/64/20241395.

Full text
Abstract:
This detailed study meticulously explores the principles of Application Programming Interface (API) design and lifecycle management, with a particular focus on optimizing efficiency, enhancing security measures, and improving usability. By employing a rigorous analytical approach, the research investigates various optimization strategies including load balancing, effective caching techniques, and rate limiting, which are essential for augmenting API performance. Security concerns are comprehensively addressed by adopting advanced protocols such as OAuth 2.0 and JSON Web Tokens (JWT). Additiona
APA, Harvard, Vancouver, ISO, and other styles
40

Seth, Dhruv Kumar, Karan Kumar Ratra, Rangarajan Lakshminarayanachar, Swamy Athamakuri, and Aneeshkumar Sundareswaran. "Pattern Play: Advanced API Integration for Cutting-Edge Applications." International Journal for Research in Applied Science and Engineering Technology 12, no. 7 (2024): 1529–40. http://dx.doi.org/10.22214/ijraset.2024.63786.

Full text
Abstract:
Abstract: API integration can be regarded as the foundation of the construction of modern software systems with a high level of interaction. In this article, the author goes further into the specifics of complex and sophisticated API integration while at the same time outlining patterns, architectural models, and methods that allow developers to build new-generation solutions. It starts with the fundamentals of APIs; this will look at RESTful and GraphQL, security measures adopted, and how data is managed. The discourse continues to explain design patterns such as Facade, Adapter, proxy, obser
APA, Harvard, Vancouver, ISO, and other styles
41

Patiiuk, Max. "A Case Study of Publishing Internal APIs to External Users." Biodiversity Information Science and Standards 5 (September 17, 2021): e75386. https://doi.org/10.3897/biss.5.75386.

Full text
Abstract:
External service integration and adherence to industry standards has become ever more important for collections data management platforms. External APIs (Application Programming Interfaces), allow for the development of bi-directional data flows critical to service integration. In contrast to service-oriented backend APIs, public APIs must have continually up-to-date, comprehensive documentation that covers common use cases, on-the-fly request validation, and meaningful error messages. OpenAPI (OpenAPI Initiative 2021), a machine-readable API documentation specification can help significantly
APA, Harvard, Vancouver, ISO, and other styles
42

Morstatter, Fred, Jürgen Pfeffer, Huan Liu, and Kathleen Carley. "Is the Sample Good Enough? Comparing Data from Twitter's Streaming API with Twitter's Firehose." Proceedings of the International AAAI Conference on Web and Social Media 7, no. 1 (2021): 400–408. http://dx.doi.org/10.1609/icwsm.v7i1.14401.

Full text
Abstract:
Twitter is a social media giant famous for the exchange of short, 140-character messages called "tweets". In the scientific community, the microblogging site is known for openness in sharing its data. It provides a glance into its millions of users and billions of tweets through a "Streaming API" which provides a sample of all tweets matching some parameters preset by the API user. The API service has been used by many researchers, companies, and governmental institutions that want to extract knowledge in accordance with a diverse array of questions pertaining to social media. The essential dr
APA, Harvard, Vancouver, ISO, and other styles
43

Ali Ikhwan, Muhammad Rayhan, and Bagus Susanto. "Rancang Bangun Sistem Monitoring dan Dokumentasi Permasalahan Kebersihan dan Kenyamanan Penumpang Berbasis Web di Stasiun Kereta Api." Jurnal Ilmiah Teknik Informatika dan Komunikasi 5, no. 1 (2025): 400–414. https://doi.org/10.55606/juitik.v5i1.1307.

Full text
Abstract:
Cleanliness and passenger comfort significantly affect service quality at railway stations. Currently,x` cleanliness management relies heavily on verbal instructions and manual reporting methods, resulting in inefficiencies in monitoring and documentation. This research aims to digitize reporting, monitoring, and documentation processes through a web-based system. The system was developed using the Software Development Life Cycle (SDLC) methodology, which includes planning, analysis, design, implementation, and testing phases. Two main user roles are involved: Facility and Station Security (Ke
APA, Harvard, Vancouver, ISO, and other styles
44

Jiang, Shaokang, and Michael Coblenz. "An Analysis of the Costs and Benefits of Autocomplete in IDEs." Proceedings of the ACM on Software Engineering 1, FSE (2024): 1284–306. http://dx.doi.org/10.1145/3660765.

Full text
Abstract:
Many IDEs support an autocomplete feature, which may increase developer productivity by reducing typing requirements and by providing convenient access to relevant information. However, to date, there has been no evaluation of the actual benefit of autocomplete to programmers. We conducted a between-subjects experiment (N=32) using an eye tracker to evaluate the costs and benefits of IDE-based autocomplete features to programmers who use an unfamiliar API. Participants who used autocomplete spent significantly less time reading documentation and got significantly higher scores on our post-stud
APA, Harvard, Vancouver, ISO, and other styles
45

Shreyam Dutta Gupta. "Evaluating Concurrency Impacts on Open AI Language Models." International Journal of Science and Research Archive 14, no. 3 (2025): 378–87. https://doi.org/10.30574/ijsra.2025.14.3.0647.

Full text
Abstract:
While the OpenAI API documentation presents a range of theoretical guidelines and optimization techniques for reducing latency and improving performance in language model applications, it largely focuses on high-level principles rather than providing quantitative, comparative data under realistic load conditions. In this paper, we offer an empirical evaluation of four OpenAI language models—o1-mini, o1-preview, GPT-4o, and GPT-4o-mini; across diverse task categories including explanatory, creative, technical, translation, and coding prompts. By employing asynchronous load testing with varying
APA, Harvard, Vancouver, ISO, and other styles
46

van der Vlist, Fernando N., Anne Helmond, Marcus Burkhardt, and Tatjana Seitz. "API Governance: The Case of Facebook’s Evolution." Social Media + Society 8, no. 2 (2022): 205630512210862. http://dx.doi.org/10.1177/20563051221086228.

Full text
Abstract:
Researchers, policymakers, and competition and regulation authorities worldwide recognize the utility of application programming interfaces (APIs) in powering the digital economy and driving datafication and platformization processes. However, it remains unclear how the APIs of leading social media relate to platform governance and how this relationship evolved. This article traces the evolution of Facebook’s APIs, which evolved from a relatively simple programming interface for data access into a complex layered and interconnected governance arrangement. The study draws on a large corpus of (
APA, Harvard, Vancouver, ISO, and other styles
47

Thomchick, Richard. "Improving access to API documentation for developers with Docs‐as‐Code‐as‐a‐service." Proceedings of the Association for Information Science and Technology 55, no. 1 (2018): 908–10. http://dx.doi.org/10.1002/pra2.2018.14505501171.

Full text
APA, Harvard, Vancouver, ISO, and other styles
48

Li, Jing, Aixin Sun, and Zhenchang Xing. "To Do or Not To Do: Distill crowdsourced negative caveats to augment api documentation." Journal of the Association for Information Science and Technology 69, no. 12 (2018): 1460–75. http://dx.doi.org/10.1002/asi.24067.

Full text
APA, Harvard, Vancouver, ISO, and other styles
49

Dewi, Yunita Asmara, and Ayudia Sokarina. "The Meaning of Cultural Accounting in the Peraq Api Tradition: Ethnographic Study in Lombok." Formosa Journal of Multidisciplinary Research 3, no. 7 (2024): 2683–704. http://dx.doi.org/10.55927/fjmr.v3i7.10220.

Full text
Abstract:
This research aims to find out the meaning of cultural accounting in the peraq api tradition and how accounting practices are applied in the peraq api tradition in Selebung village, by finding out how the Sasak people interpret peraq api which has been a tradition from the past until now. This research uses interpretive and ethnographic paradigms as research methodology. Data collection techniques were carried out using interviews, observation and documentation. The research results show that cultural accounting in the Peraq Api tradition has the meaning of gratitude and responsibility. Gratit
APA, Harvard, Vancouver, ISO, and other styles
50

Zulunov, Ravshanbek Mamatovich. "Security tools in a continuous integration/continuous deployment pipeline." Research and implementation 2, no. 12 (2024): 237–44. https://doi.org/10.5281/zenodo.14557311.

Full text
Abstract:
Integrating a vulnerability database into a Continuous Integration / Continuous Deployment (CI/CD) pipeline is essential for enhancing the security posture of software development processes. This integration allows for automated identification and remediation of known vulnerabilities in applications and their dependencies. The process involves selecting a suitable vulnerability database, configuring API access, and embedding API calls within the CI/CD workflow to check for vulnerabilities at various stages of development. Additionally, it encompasses the analysis of vulnerability data, automat
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!