Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

PetroGromovo's avatar

What can I use to test backend endpoints with Vimeo API ?

On laravel 10 site I need to implement my content crud functionality with Vimeo API support. My part is to make backend endpoints, but I also need to test my methods with some client app and I wonder in which way can I make it(with most simple design) ? I have some expierence with vuejs2/3 including inertia...

In my current app package.json file has only default packages and would not like to fill it with any packages which I do not need in backend endpoints

Must it it another laravel app ? I mean for this backend endpoints POSTMAN is not ok, as I use in other apps...

Thanks in advance!

0 likes
3 replies
martinbean's avatar

@petrogromovo I don’t really understand what you’re asking, or what you’re actually wanting to test?

Your back-end app? Your JavaScript? Vimeo API endpoints?

PetroGromovo's avatar

@martinbean Client part would be done with reactjs and custom design by some other developers. In some other backend endpoints with laravel I use postman to check how my requests work. But as I need to use to make Vimeo API support that is not enough. I need to make some client part to check how Vimeo API works with video uploading/showing... I ask what have I use on client part for testing(something not very complicated)...

Please or to participate in this conversation.