Tag: web-api
Found 155 results for 'web-api'.
1) design - How to Properly Design an API Prefetch System
2) rest - What kind of user authentication do I need in for a restful web api
3) rest - What http codes should i return when user request file which doesn't meet his requirements
4) python - How should I handle error codes from an external XML API?
5) web-development - How do I make my Browser Extension send a Selection it captured to a Database/Web App so it can be stored in the user's account?
6) rest - Whether to embed linked resources in REST API
7) design - Should a web app for a service access its data via its own API or directly?
8) rest - How to correctly implement key=value storage REST API
9) c# - Token or ASP.NET Identity based security in ASP.NET Web API 2
10) rest - REST: How to "upsert" a resource without an specific resource URL
11) mvc - Is there anything wrong with my project structure and naming convention in ASP.NET MVC and Web API?
12) mobile - Web API vs Entity Framework with Repository Pattern using Xamarin
13) design - Need suggestions for creating field level permissions which can be changed dynamically in an app
14) rest - Good practice for status code returned by restful API when validating a token
15) rest - Rest application header based vs path based service routing
16) web-api - Should I validate API output?
17) api - Best Practice: Third party API on client (Desktop) or Server
18) rest - Command Waiting On Event Sourcing Micro-services
19) architecture - REST object with resources
20) rest - What do you call the combination of endpoint and HTTP method in a REST API?
21) mobile - Implementing a method that never returns the same data twice
22) c# - Managing Database Access for MicroServices
23) c# - Passing State or Context Across Layers in Web API
24) c# - Architecture for Queuing based technology in a Micro-Service, Multi-Tenant Environment
25) web-development - Designing web application using two different frameworks
26) rest - Can a REST API return multiple resources as one single compound resource?
27) database - How to manage breaking updates in an API & database
28) c# - Should an ASP.NET Web API application use Entity Framework in the API controllers?
29) api - Should API DTOs be shaped to client(s) or be universal?
30) c# - Should I check if something exists in the db and fail fast or wait for db exception
31) c# - Remembering User-selected Values in Web API
32) web-api - Testing API with Auth0-enabled user authentication and authorization
33) rest - What is the best practice for sending a large array of strings to an API
34) rest - Single page apps and backend APIs
35) api - JSON:API - I don't think I have an `id` or `type` to return
36) api - How to detect and handle changes in a realtime api
37) rest - API endpoint POST vs GET
38) rest - RESTful API get requests by "modified" condition from mobile app
39) design - Repository pattern, call another API that updates a SOR's from service or repository class?
40) rest - Web API best practices inserting data: nested or per entity
41) rest - Controller and API DTO Architecture and class organization in .net core with microservices
42) design - Should I put the messages for business logic validations in API?
43) rest - How use a REST interaface for implementing tasks commands on my Web API?
44) web-development - How can I safely expose web API endpoints for user-private data?
45) api - How does this kind of application and DDD relate?
46) rest - How to deal with multiple "entry points" for an action in a REST API?
47) web-applications - JWT logout: Sharing blacklisted invalid token among services
48) web-services - Blacklist JWT tokens or whitelist JWT tokens
49) architecture - Should the views or front-end server call the RESTful API layer
50) architecture - Architecting multiple codebases calling our public API + private API for first-party applications