python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Api versioning tops CPU
I use default .Net CPU Versioning to handle 2 versions of my API, but I noticed on AWS ECS monitors that my CPU usage is hitting steadily 100%, which should not be the case.
I'm using all boilerplate ...
Thiago Cardoso
Votes: 0
Answers: 0
Are CUDA_VERSION and CUDART_VERSION necessarily the same?
The CUDA Driver API defines CUDA_VERSION (in cuda.h), and the CUDA Runtime API defines CUDART_VERSION (in cuda_runtime_api.h). However - CUDART_VERSION is not defined as CUDA_VERSION but directly as a...
ein supports Moderator Strike
Votes: 0
Answers: 1
Laravel - API Versioning /v2/ endpoints always return 401
I'm currently working on a Laravel API which uses Laravel Passport (OAuth2). I recently added a v2 to my Laravel application API. Everything works fine on my local machine. But on my TEST-Server, the ...
Mike_NotGuilty
Votes: 0
Answers: 1
Redirect /api/v1 to /api/v2 in Rails 6
I have a Rails 6 app, where I am upgrading some functionalities and upgrading the API version to v2. There are older clients out there that are using the v1 API versions. For all these, I have to chan...
anz
Votes: 0
Answers: 0