I'm fed up with Postman. Can I use this instead of that?
@Filipp11399 күн бұрын
Maybe tutorial how to implement Social Auth via API?
@treblle9 күн бұрын
Hi @Filipp1139, did you check our comprehensive course on Laravel API Development? apiacademy.treblle.com/laravel-api-course/intro-and-setup
@chrisdedavid186029 күн бұрын
awesome how simple that was. Very impressive.
@spatialtechАй бұрын
Curious about the IDE used and the console where you can throw a url at the server to see the response, VSCode + extensions?
@treblleАй бұрын
Yes, it's VSCode + Thunderclient.
@spatialtechАй бұрын
@@treblle Thanks, looks like Thunderclient will be added to the quiver
@DerrickKwagalaАй бұрын
Its packed with all ingredients for server side work. thanks @danielroe
@griffon8330Ай бұрын
The dashboard disappeared in 2024 😢
@griffon8330Ай бұрын
Hi, I am new to treble and struggling to find dashboard and the crear new project option
@treblleАй бұрын
Hey @griffon8330, no worries. We recently launched new and improved platform, Treblle 3.0 We are currently filming videos to show our user how to use the platform but in the meantime, you can read the series of articles detailing whats new: blog.treblle.com/tag/treblle3-0/
@treblleАй бұрын
Adding to the previous answer, in the new platform, you always land on the Workspace first, from where you can access your API projects. If you don't have APIs added, click on "Add" in the upper right corner and then select "New API". Follow the prompts after that and all should be good.
@griffon8330Ай бұрын
@treblle yes thank you done exactly that
@griffon8330Ай бұрын
@@treblle so now where you put Treblle Project ID is now the API ID and where u put Treblle API key you copy the SDK token?
@treblleАй бұрын
@@griffon8330 Yes, Project_ID = API ID, API_KEY = SDK Token in Treblle 3.0
@pavankumar5419Ай бұрын
It's good but some features can view in network/ light house tab right? For mobile monitoring it helps well. By this tool I can see pretty documentation along with swagger . I think to understand more could you please create a video on how it different from other inbuilt tools.😊😊
@treblleАй бұрын
Hey @pavankumar5419, no worries. We recently launched new and improved platform, Treblle 3.0 We are currently filming videos to show our user how to use the platform but in the meantime, you can read the series of articles detailing whats new: blog.treblle.com/tag/treblle3-0/
@Anaxarchos2 ай бұрын
Thanx for this great tutorial. In Laravel 11 the EventServiceProvider has gone. Now Laravel is smart enough to look for Listeners in the Listeners directory. And in them just use the corresponding event and pass it to your handle method. I have one question: since the listeners handle method has a void return type, how do we know if something went wrong?
@mrx96232 ай бұрын
If something goes wrong in a listener, Laravel will automatically catch the error using its exception handler (App\Exceptions\Handler). This means you can log the error, send notifications, or handle it in other ways without needing to return anything from the listener.
@khanra173 ай бұрын
So annoying muddy audio
@hemilioaraujo3 ай бұрын
Thanks for the video! It has tons of good informations!
@miyukinagara4 ай бұрын
I like this guy, i learn a lot of laravel 🎉
@oliwer8686865 ай бұрын
Really good. Andrew is very easy to listen to. Thanks!
@SaiyanJin855 ай бұрын
Well events are debatable to be honest, personally I don’t think it makes the code more readable, quire the opposite, you have to open 3-4-5 or more files to understand what happens, imagine that you need to check what is happening in there after a year…
@Sekatris4 ай бұрын
The good thing about all this is that the event names are quite specific, so you don’t have to open too many files. If the event name is “sendAdminEmail,” you already know what it does, so there’s no need to open so many files. Also, knowing Laravel and how it works, it’s amazing to be able to add events to a model when it’s created, updated, etc. I believe these are advantages and conveniences that contribute to good code scalability.
@SaiyanJin854 ай бұрын
@@Sekatris That's true, tbh I change my mind all the times about stuff like that :D
@jwenaposse3055 ай бұрын
How do I make my vs code look like this?
@mohamedabdulkadirosman35947 ай бұрын
You made me love php more!, Great package and thank you.
@Dabang1027 ай бұрын
❤❤
@AnnHeritage7 ай бұрын
Keanu reeve
@j.erlandsson7 ай бұрын
Amazing introduction video! And I was afraid that you'd have to handle both POST and GET requests within the same function. Being able to use the method suffix in the filename is a massive win. Again, amazing talk and well done Nuxt team! <3
@pushpakchhajed88457 ай бұрын
This is cool. 💯
@treblle7 ай бұрын
It is :D Thank you!
@emee__8 ай бұрын
I love these videos as a solo developer and potential indie hacker 😍😍😍 Keep it up, I will always watch.
@treblle7 ай бұрын
Thank you for supporting us 🤝
@GaryClarkeTech8 ай бұрын
API developers need to watch this
@treblle7 ай бұрын
Agreed 😉
@emee__8 ай бұрын
I love Laravel 😍😍
@AlexanderSumkin8 ай бұрын
That's a snippet pack do you use for so fast coding?
@bakre_dev87288 ай бұрын
*** Cool 😎***😎
@michabbb9 ай бұрын
I really like your coding style (as seen in your api boilerplate in one of your last streams), I would like to adopt some stuff so would be great if you could put your code to github, that gives us a better opportunity to study and read it - thanks a lot 🙏 👍
@emee__9 ай бұрын
How did Treblle start though??
@treblle9 ай бұрын
Read this :) blog.treblle.com/a-leap-of-faith/
@emee__9 ай бұрын
@@treblle I will do thanks
@СергейБобков-б7э9 ай бұрын
Благодарю
@СергейБобков-б7э9 ай бұрын
Благодарю
@kylejohnson73119 ай бұрын
$QNT and $API3 for the win!
@treblle9 ай бұрын
Always 💪
@emee__9 ай бұрын
Most banks have some of the most complicated and convoluted APIs ever 😢😢😢
@treblle9 ай бұрын
Yes, we feel your pain, banking APIs can often be complex and challenging to navigate due to the stringent security measures and regulatory requirements they must adhere to.
@magicblock17489 ай бұрын
Hi, i"m new here. I have opened a new project but i cant see any request details in the new project to fill my json file/script , Only the demo project has all of the field. I'm using the Win10 platform thanks.
@treblle9 ай бұрын
Hey! Feel free to reach out to [email protected] and we will help you with that!
@MindMasteryOverMoney10 ай бұрын
Great interview with Ms. Pratima Aiyagari. Founder confidence about his/her vision behind the business is CRUCIAL to funding success. Sadly, too many founders fail to project such confidence. Not that they cannot but they won't. Why? Most are technically convinced about the value proposition their company brings to the table. That's not the problem. The problem is their LIMITING BELIEFS about money, success, funding, being helped by others, asking others for help, etc etc. Even worse, many people don't even KNOW they have these limiting beliefs. They find excuses and justifications for their daily struggle when the real reason is IN THEIR MINDS. In my channel, I teach viewers how to identify limiting beliefs and overcome their programming about money so they can fully live up to their potential. I am glad I found your video. I have liked it and have subscribed to your channel. I look forward to even more amazing interviews and business information. Keep up the great work!
@prasad_subrahmanya10 ай бұрын
In our experience, there are very few people like Pratima in the VC world who are real helpers, door openers, connectors in addition to the capital 🙂
@HarshaChelle10 ай бұрын
Great session w/ Pratima!
@Matt-ft4wb10 ай бұрын
💕 Promo SM
@emee__11 ай бұрын
Very intuitive, I like it
@treblle11 ай бұрын
Thank you :)
@_ghandi496511 ай бұрын
Initial cmment.
@NoopurPhalak11 ай бұрын
How to set cookies in the Server endpoints so that it is shared between the server and the client?
@HarshaChelle11 ай бұрын
Super insightful. Thanks for sharing all your thoughts and knowledge!
@josephastrahan640311 ай бұрын
What is the command line tool you are using to test the http commands on the mac? I assume you can install it with brew but not sure the package name?
@josephastrahan640311 ай бұрын
okay found out it's httpie
@treblle11 ай бұрын
Hey guys and girls we are excited to announce the release of Aspen V 1.0.2! 🎉 This update brings significant improvements and new features designed to enhance your API testing workflow. Here's what's new: Fixed JSON Response Body Content Height: We've resolved an issue where collapsing parts of the JSON response didn't adjust the container's size accordingly. Now, the container shrinks with the content for a more streamlined view. Added JSON Request Body: Introducing a rich text editor for your JSON requests. This new feature allows you to easily paste or write JSON, with support for smarter indents that preserve the indent of the previous line, and auto character pairing (e.g., entering { automatically adds }). Added Indicator for Number of Headers: Keep track of your request headers with ease. The new indicator shows the number of headers you've added, making it simpler to manage them. Fixed Bug with Incorrect Display of HTML Response: We've squashed a bug that caused HTML responses to display incorrectly, ensuring you get a clear and accurate view of your HTML response data. We're constantly working to improve Aspen to make your API testing as smooth and efficient as possible. Try out these new features and let us know your thoughts!
@treblle11 ай бұрын
Hey guys and girls we are excited to announce the release of Aspen V 1.0.2! 🎉 This update brings significant improvements and new features designed to enhance your API testing workflow. Here's what's new: Fixed JSON Response Body Content Height: We've resolved an issue where collapsing parts of the JSON response didn't adjust the container's size accordingly. Now, the container shrinks with the content for a more streamlined view. Added JSON Request Body: Introducing a rich text editor for your JSON requests. This new feature allows you to easily paste or write JSON, with support for smarter indents that preserve the indent of the previous line, and auto character pairing (e.g., entering { automatically adds }). Added Indicator for Number of Headers: Keep track of your request headers with ease. The new indicator shows the number of headers you've added, making it simpler to manage them. Fixed Bug with Incorrect Display of HTML Response: We've squashed a bug that caused HTML responses to display incorrectly, ensuring you get a clear and accurate view of your HTML response data. We're constantly working to improve Aspen to make your API testing as smooth and efficient as possible. Try out these new features and let us know your thoughts!
@treblle11 ай бұрын
Hey guys and girls we are excited to announce the release of Aspen V 1.0.2! 🎉 This update brings significant improvements and new features designed to enhance your API testing workflow. Here's what's new: Fixed JSON Response Body Content Height: We've resolved an issue where collapsing parts of the JSON response didn't adjust the container's size accordingly. Now, the container shrinks with the content for a more streamlined view. Added JSON Request Body: Introducing a rich text editor for your JSON requests. This new feature allows you to easily paste or write JSON, with support for smarter indents that preserve the indent of the previous line, and auto character pairing (e.g., entering { automatically adds }). Added Indicator for Number of Headers: Keep track of your request headers with ease. The new indicator shows the number of headers you've added, making it simpler to manage them. Fixed Bug with Incorrect Display of HTML Response: We've squashed a bug that caused HTML responses to display incorrectly, ensuring you get a clear and accurate view of your HTML response data. We're constantly working to improve Aspen to make your API testing as smooth and efficient as possible. Try out these new features and let us know your thoughts!
@BenGentner Жыл бұрын
Hey there! Do you have any plans on adding the feature to import Open API Specs in the future? That would be a really important feature for us.
@treblle11 ай бұрын
Hey Ben! This is definitely something we would consider, would you be happy to have a chat sometime so we can understand your use case and expectations?
@l33tnasty Жыл бұрын
It doesn't really matter how fast it is, if it can't do something as basic as support JSON bodies. While it looks nice, Aspen doesn't provide workspaces, multiple environments, JSON bodies, or remotely something close to what Insomnia or Paw provides. It's actually almost useless.
@treblle Жыл бұрын
This is our initial beta release that we wanted to get out there sooner rather than later. We then want the community to help us decide the roadmap for this free dev tool :smile:
@l33tnasty Жыл бұрын
As of now, I see no options for providing a user generated roadmap. The official website doesn't signal that you consider this a beta-release nor does it communicate a clear path for providing feedback. While you might have intended what you state, it seems like you forgot to add this transparency for all of your marketing.
Жыл бұрын
Hey @l33nasty, appreciate the passion you have for API testing tools. JSON Body is done and being tested. We wanted to do more than just a plain old textarea so we wanted to spend more time on it. We made thst nice so we’re gonna release that. Now we’re not building a clone copy of Insomnia or Postman. Not everything in the world has to be the same to be useful. Having said that Worspaces might come in once we figure out privacy. Our roadmap is stillf very fluid and also filled with some, in my opinion, new and groundbreaking features which we don’t wanna reveal yet. Once we get to let’s say v1.5 we’ll start sharing some of the easy stuff no one can copy 😉
@berlindeyiz Жыл бұрын
Hello, I have a problem for long time. I have very basic server api and it simply needs to return a message (Following api content). Locally, it works perfectly but when I deploy it to server (nginx) it directly returns html content. Do you know why it happens ? If you could help me about it, I will be so happy... export default defineEventHandler((event) => { return ({ message: 'Hello from the API!' }); });
@lesssass4478 Жыл бұрын
kzbin.info/www/bejne/j3-rg56NbNeeq9E Learn about Aspen