Academic literature on the topic 'APIs REST'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'APIs REST.'
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.
Journal articles on the topic "APIs REST"
Baniaș, Ovidiu, Diana Florea, Robert Gyalai, and Daniel-Ioan Curiac. "Automated Specification-Based Testing of REST APIs." Sensors 21, no. 16 (August 9, 2021): 5375. http://dx.doi.org/10.3390/s21165375.
Full textJiang, Nan, and Yan Zhong Hu. "Cloud Computing Model and REST APIs Implementation." Advanced Materials Research 366 (October 2011): 416–20. http://dx.doi.org/10.4028/www.scientific.net/amr.366.416.
Full textParedes-Valverde, Mario Andrés, Giner Alor-Hernández, Alejandro Rodr’guez-González, and Gandhi Hernández-Chan. "Developing Social Networks Mashups: An Overview of REST-Based APIs." Procedia Technology 3 (2012): 205–13. http://dx.doi.org/10.1016/j.protcy.2012.03.022.
Full textFerreira, Hiro Gabriel Cerqueira, Edna Dias Canedo, and Rafael Timóteo De Sousa Junior. "A ubiquitous communication architecture integrating transparent UPnP and REST APIs." International Journal of Embedded Systems 6, no. 2/3 (2014): 188. http://dx.doi.org/10.1504/ijes.2014.063816.
Full textMowla, Saleh, and Sucheta V. Kolekar. "Development and Integration of E-learning Services Using REST APIs." International Journal of Emerging Technologies in Learning (iJET) 15, no. 04 (February 26, 2020): 53. http://dx.doi.org/10.3991/ijet.v15i04.11687.
Full textPaganelli, Federica, Terence Ambra, Alessandro Fantechi, and Dino Giuli. "Formalizing REST APIs for web-based communication and SIP interworking." Telecommunication Systems 66, no. 1 (January 27, 2017): 75–93. http://dx.doi.org/10.1007/s11235-016-0271-2.
Full textHaupt, Florian, Frank Leymann, and Karolina Vukojevic-Haupt. "API governance support through the structural analysis of REST APIs." Computer Science - Research and Development 33, no. 3-4 (September 22, 2017): 291–303. http://dx.doi.org/10.1007/s00450-017-0384-1.
Full textKatayama, T., M. Nakao, and T. Takagi. "TogoWS: integrated SOAP and REST APIs for interoperable bioinformatics Web services." Nucleic Acids Research 38, Web Server (May 14, 2010): W706—W711. http://dx.doi.org/10.1093/nar/gkq386.
Full textWang, Dong Jin, Mei Na Song, and Yan Li. "OneAPI Restful Services and Java Implementation." Advanced Materials Research 143-144 (October 2010): 1159–63. http://dx.doi.org/10.4028/www.scientific.net/amr.143-144.1159.
Full textRantanen, 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 textDissertations / Theses on the topic "APIs REST"
Karlsson, Axel. "Automatic Test Generation of REST APIs." Thesis, Linköpings universitet, Institutionen för datavetenskap, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-170878.
Full textEd-douibi, Hamza. "Model-driven round-trip engineering of REST APIs." Doctoral thesis, Universitat Oberta de Catalunya, 2019. http://hdl.handle.net/10803/667111.
Full textLas API Web se han convertido en una pieza fundamental para un gran número de compañías, que han promovido su implementación e integración en las actividades cotidianas del negocio. En la práctica, estas API Web son "REST-like", lo que significa que se adhieren parcialmente al estilo arquitectónico conocido como transferencia de estado representacional ('representational state transfer', REST en inglés). De hecho, REST es un paradigma de diseño y no propone ningún estándar. Por ello, tanto el desarrollo como el consumo de API REST son tareas difíciles y que demandan mucho tiempo de los proveedores y los clientes de API. El objetivo de esta tesis es facilitar el diseño, la implementación, la composición y el consumo de API REST, apoyándose en el desarrollo de software dirigido por modelos (DSDM). Esta tesis propone las siguientes contribuciones: EMF-REST, APIDiscoverer, APITester, APIGenerator y APIComposer. Estas contribuciones constituyen un ecosistema que avanza el estado de la cuestión en el área de la ingeniería del software referida a la automatización de las tareas relacionadas con el desarrollo y consumo de API REST.
Web APIs have become an increasingly key asset for businesses, and their implementation and integration in companies' daily activities has thus been on the rise. In practice, most of these Web APIs are "REST-like", meaning that they adhere partially to the Representational State Transfer (REST) architectural style. In fact, REST is a design paradigm and does not propose any standard, so developing and consuming REST APIs end up being challenging and time-consuming tasks for API providers and clients. Therefore, the aim of this thesis is to facilitate the design, implementation, composition and consumption of REST APIs by relying on Model-Driven Engineering (MDE). Likewise, it offers the following contributions: EMF-REST, APIDiscoverer, APITester, APIGenerator and APIComposer. Together, these contributions make up an ecosystem which advances the state of the art of automated software engineering for REST APIs.
OLSSON, ROBERT. "Applying REST principles on local client-side APIs." Thesis, KTH, Skolan för datavetenskap och kommunikation (CSC), 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-153671.
Full textApplicering av REST-princper på lokala API:er på klientsidan I det här examensarbetet utforskas användningen av REST principer på lokala API:er. REST är en populär arkitekturstil för att utveckla mjukvara, designad för att vara enkel, skalbar och generell. För- och nackdelar med att använda REST istället för konventionella stilar att utveckla API:er har utforskats, med fokus på libspotify. Libspotify är ett C-API som låter tredjepartsutvecklare använda Spotifys musikströmningstjänst. Ett lokalt REST-API implementerades ovanpå libspotifys C-API. Metoder för att mäta API:ernas egenskaper användes, som visade att det existerande API:t hade ett större beroende mellan mjukvarukomponenter än REST-API:t. Mätresultaten och tidigare relevanta studier användes för att analysera REST i lokala API:er. Den huvudsakliga fördelen visade sig vara det minskade beroendet mellan mjukvarukomponenter, vilket leder till att API:t blir lättare att utveckla och underhålla. Den största nackdelen är det extra arbete som krävs föratt dels modellera ett REST-API, och dels göra det mer användarvänligt. Slutsatsen är att libspotify kan dra nytta utav REST, men att det kan innebära mer arbete än att designa ett konventionellt lokalt API.
Coquand, Marc. "Evaluating Functional Programming for Software Quality in REST APIs." Thesis, Umeå universitet, Institutionen för datavetenskap, 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:umu:diva-163967.
Full textTatrous, Adell, and Rasmus Svensson. "Design Abstraction of IoT REST APIs : Defining Design Patterns." Thesis, Linnéuniversitetet, Institutionen för datavetenskap och medieteknik (DM), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-97138.
Full textVosta, Diba. "Evaluation of the t-wise Approach for Testing REST APIs." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-287383.
Full textEn kombinatorisk explosion kan uppstå när all möjliga kombinationer av inputparametrar av ett system testas. Antal testfall som behövs för att täcka alla kombinationer av inputparametrar växer exponentiellt när antalet parametrar och dess möjliga värden ökar. För att undvika en kombinatorisk explosion används kombinatorisk interaktionstestning vilket är en typ av black box testning. Syftet med kombinatorisk interaktionstestning är att hitta de fel som uppstår på grund av interaktioner mellan parametrar. Kombinatorisk interaktionstestning har ett flertal så kallade kombinationsstrategier och den kombinationsstrategi som denna rapport använder är t-wise testning. Kravet med t-wise testning är att skapa åtminstone ett testfall för varje kombination av t parametervärden där t är styrkan mätt i antalet parametrar som interaktioner sinsemellan testas. Denna rapport evaluerar effekterna av t-wise testning som en testningsmetod för REST APIer. Uppsatsen jämför hur väl 1-wise, 2-wise och 3-wise interaktionstestning upptäcker injicerade fel i källkoden av ett REST API. Utöver det undersöks även hur effektiva testsekvenserna är med hänsyn till exekveringstiden. Dessa aspekter undersöktes med hjälp av tre API slutpunkter där testsekvenser för 1-wise, 2-wise och 3-wise skapades direkt utifrån deras OpenAPI specifikationer. Testsekvenskerna som skapades använde gränsvärdeanalys och ekvivalensklasspartitionering för att generera parametervärden. För att kunna besvara frågorna i uppsatsen användes mutationstestning för att injicera fel i källkoden. I det här fallet utvecklades mutanterna specifikt för studien eftersom APIernas inputvalidering bestod av valideringsregler vilka inte har fastställda mutationsoperatorer. Resultaten av studien visade att både 1-wise, 2-wise och 3-wise testning av REST APIer kunde identifiera samma injicerade fel. Därutöver förlängs exekveringstiden av en testsekvens markant när styrkan av t-wise testning ökar. Däremot är dessa resultat begränsade till just detta arbete och kan inte antas stämma för alla fall at t-wise testning av REST APIer. För att stärka slutsatsen av detta arbete och generalisera svaren på frågorna föreslås framtida arbeten som kan göras.
Karlsson, Oliver. "A Performance comparison Between ASP.NET Core and Express.js for creating Web APIs." Thesis, Jönköping University, JTH, Avdelningen för datateknik och informatik, 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:hj:diva-54286.
Full textDanielsson, Tina. "Portering från Google Apps REST API till Microsoft Office 365 REST API." Thesis, Linköpings universitet, Artificiell intelligens och integrerad datorsystem, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-119076.
Full textSegedy, Patrik. "Fuzz testování REST API." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2020. http://www.nusl.cz/ntk/nusl-417280.
Full textKoudelka, Jakub. "Metodika návrhu REST rozhraní aplikací." Master's thesis, Vysoká škola ekonomická v Praze, 2011. http://www.nusl.cz/ntk/nusl-150021.
Full textBooks on the topic "APIs REST"
Relan, Kunal. Building REST APIs with Flask. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-5022-8.
Full textDoglio, Fernando. REST API Development with Node.js. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-3715-1.
Full textDoglio, Fernando. Pro REST API Development with Node.js. Berkeley, CA: Apress, 2015. http://dx.doi.org/10.1007/978-1-4842-0917-2.
Full textYudin, Art. Building Versatile Mobile Apps with Python and REST. Berkeley, CA: Apress, 2020. http://dx.doi.org/10.1007/978-1-4842-6333-4.
Full textKurtz, Jamie, and Brian Wortman. ASP.NET Web API 2: Building a REST Service from Start to Finish. Berkeley, CA: Apress, 2014. http://dx.doi.org/10.1007/978-1-4842-0109-1.
Full textRedmond, Paul. Lumen Programming Guide: Writing PHP Microservices, REST and Web Service APIs. Apress, 2016.
Find full textRelan, Kunal. Building REST APIs with Flask: Create Python Web Services with MySQL. Apress, 2019.
Find full textGuerrero, Sergio. Microservices in SAP HANA XSA: A Guide to REST APIs Using Node.js. Apress, 2020.
Find full textBook chapters on the topic "APIs REST"
Lyu, Shing. "REST APIs." In Practical Rust Web Projects, 55–102. Berkeley, CA: Apress, 2021. http://dx.doi.org/10.1007/978-1-4842-6589-5_3.
Full textWirdemann, Ralf. "REST." In RESTful Go APIs, 27–37. München: Carl Hanser Verlag GmbH & Co. KG, 2019. http://dx.doi.org/10.3139/9783446459786.003.
Full textSubramanian, Vasan. "Express REST APIs." In Pro MERN Stack, 69–91. Berkeley, CA: Apress, 2017. http://dx.doi.org/10.1007/978-1-4842-2653-7_5.
Full textVarga, Ervin. "Testing REST APIs." In Creating Maintainable APIs, 159–69. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-2196-9_10.
Full textVarga, Ervin. "Versioning REST APIs." In Creating Maintainable APIs, 109–18. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-2196-9_6.
Full textVarga, Ervin. "Documenting REST APIs." In Creating Maintainable APIs, 143–57. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-2196-9_9.
Full textSud, Kanika. "Understanding REST APIs." In Practical hapi, 1–11. Berkeley, CA: Apress, 2020. http://dx.doi.org/10.1007/978-1-4842-5805-7_1.
Full textVarga, Ervin. "Implementing Synchronous and Asynchronous REST APIs." In Creating Maintainable APIs, 135–41. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-2196-9_8.
Full textRawal, Pathik, and Pryank Rohilla. "Integration Using Yammer Rest APIs." In Develop on Yammer, 171–231. Berkeley, CA: Apress, 2015. http://dx.doi.org/10.1007/978-1-4842-0943-1_6.
Full textRelan, Kunal. "CRUD Application with Flask (Part 2)." In Building REST APIs with Flask, 97–134. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-5022-8_4.
Full textConference papers on the topic "APIs REST"
Serrano, Diego, Eleni Stroulia, Diana Lau, and Tinny Ng. "Linked REST APIs: A Middleware for Semantic REST API Integration." In 2017 IEEE International Conference on Web Services (ICWS). IEEE, 2017. http://dx.doi.org/10.1109/icws.2017.26.
Full textLi, Li, and Wu Chou. "Designing Large Scale REST APIs Based on REST Chart." In 2015 IEEE International Conference on Web Services (ICWS). IEEE, 2015. http://dx.doi.org/10.1109/icws.2015.89.
Full textLachgar, Mohamed, Hanane Benouda, and Selwa Elfirdoussi. "Android REST APIs: Volley vs Retrofit." In 2018 International Symposium on Advanced Electrical and Communication Technologies (ISAECT). IEEE, 2018. http://dx.doi.org/10.1109/isaect.2018.8618824.
Full textGodefroid, Patrice, Daniel Lehmann, and Marina Polishchuk. "Differential regression testing for REST APIs." In ISSTA '20: 29th ACM SIGSOFT International Symposium on Software Testing and Analysis. New York, NY, USA: ACM, 2020. http://dx.doi.org/10.1145/3395363.3397374.
Full textMayer, Simon. "Open APIs for the Rest of Us." In WoT 2017: Eighth International Workshop on the Web of Things. New York, NY, USA: ACM, 2017. http://dx.doi.org/10.1145/3199919.3199922.
Full textMichelin, Regio A., Avelino F. Zorzo, and Cesar A. De Rose. "Mitigating DoS to authenticated cloud REST APIs." In 2014 9th International Conference for Internet Technology and Secured Transactions (ICITST). IEEE, 2014. http://dx.doi.org/10.1109/icitst.2014.7038787.
Full textDiego Casagranda França, Marlon, and Eduardo Da Silva. "Performance Evaluation of REST and GraphQL APIs Searching Nested Objects." In Computer on the Beach. Itajaí: Universidade do Vale do Itajaí, 2020. http://dx.doi.org/10.14210/cotb.v11n1.p237-244.
Full textAtlidakis, Vaggelis, Patrice Godefroid, and Marina Polishchuk. "Checking Security Properties of Cloud Service REST APIs." In 2020 IEEE 13th International Conference on Software Testing, Validation and Verification (ICST). IEEE, 2020. http://dx.doi.org/10.1109/icst46399.2020.00046.
Full textHaupt, Florian, Frank Leymann, and Cesare Pautasso. "A Conversation Based Approach for Modeling REST APIs." In 2015 12th Working IEEE/IFIP Conference on Software Architecture (WICSA). IEEE, 2015. http://dx.doi.org/10.1109/wicsa.2015.20.
Full textSerrano, Diego, and Eleni Stroulia. "The LRA Workbench for Composing Linked REST APIs." In 2018 IEEE World Congress on Services (SERVICES). IEEE, 2018. http://dx.doi.org/10.1109/services.2018.00028.
Full textReports on the topic "APIs REST"
Long, J. Lorenz APIs and REST Services. Office of Scientific and Technical Information (OSTI), April 2013. http://dx.doi.org/10.2172/1078546.
Full text