- Видео 15
- Просмотров 73 467
TechJam
Добавлен 14 окт 2013
I am fellow IT engineer who is learning and sharing his knowledge.
Bitbucket Cloud API | Sorting, filtering & pagination
This tutorial will guide you through the sorting, filtering & pagination in Bitbucket Cloud API.
Bitbucket Playlist:
ruclips.net/p/PLuzNBC_8NCW8yePH883RAkiBffRhCHsSp
Bitbucket Playlist:
ruclips.net/p/PLuzNBC_8NCW8yePH883RAkiBffRhCHsSp
Просмотров: 1 059
Видео
Bitbucket Cloud API | Get repository list via API
Просмотров 8 тыс.3 года назад
In this tutorial you will learn how to get repository list via Bitbucket Cloud API. Bitbucket Playlist: ruclips.net/p/PLuzNBC_8NCW8yePH883RAkiBffRhCHsSp
Bitbucket Cloud API | Get User Details via Bitbucket API
Просмотров 4,9 тыс.3 года назад
This tutorial will walkthrough about using Bitbucket Rest API and get user details. Playlist: ruclips.net/p/PLuzNBC_8NCW8yePH883RAkiBffRhCHsSp
Bitbucket Cloud API | Generate access token using refresh token
Просмотров 4,1 тыс.3 года назад
In this tutorial you will learn how to generate access token using refresh token of Bitbucket Cloud API. Generate Access Token: ruclips.net/video/rb_SZE6Sh20/видео.html Bitbucket OAuth Documentation: support.atlassian.com/bitbucket-cloud/docs/use-oauth-on-bitbucket-cloud/
Bitbucket Cloud | Get access token using OAuth
Просмотров 21 тыс.3 года назад
Hello Everyone, In this tutorial you'll learn how you can authorize to any bitbucket account and get access token of their account. This tutorial will cover the basic need of requesting the access token of another bitbucket account. Bitbucket OAuth Documentation: support.atlassian.com/bitbucket-cloud/docs/use-oauth-on-bitbucket-cloud/
How to create galaxy and coffee mug gif image/video
Просмотров 9896 лет назад
In this tutorial you will learn how to create galaxy rotating in coffee mug in photoshop cc.
How to fetch repository list of bitbucket API
Просмотров 27 тыс.6 лет назад
In this video, you will find how to create consumer and how to fetch repositories list of another bitbucket account. Imp links: Get access_token bitbucket.org/site/oauth2/authorize?client_id={CLIENT_KEY}&response_type=token Get username: bitbucket.org/!api/2.0/user?access_token={access_token} Get Repository list bitbucket.org/!api/2.0/repositories/{USERNAME}?access_token={access_token}
How to make Photo colage in photoshop
Просмотров 656 лет назад
Create simple circular photo collage in photoshop.
How to integrate slack with dialogflow (api.ai)
Просмотров 6 тыс.6 лет назад
This is small integration between slack and dialog flow (api.ai). You can use this integration for creating a custom bot.
How to create simple and attaractive logo in photshop
Просмотров 346 лет назад
Create a simple and attractive logo in photoshop with very few and easy steps. Mosiac video link: ruclips.net/video/duIzOB4QubA/видео.html
How to create color palette mosiac in photoshop cc
Просмотров 596 лет назад
Create color mosiac in photoshop.
How to make parallax 2 5D video in photoshop cs6
Просмотров 2667 лет назад
Learn to make parallax or 2.5D video in photshop cs6 very quick way.
How to make GIF image in photoshop cs6
Просмотров 1627 лет назад
How to make GIF image in Photoshop cs 6.
How to place an image over text in photoshop
Просмотров 217 лет назад
Tutorial for how to place an image over text.
How to make 'frame freeze' in sony vegas
Просмотров 467 лет назад
How to make frame freeze using sony vegas. Basic Tutorial,for learning purpose.
I will try your solution to avoid paid for Premium Plan
I want get all repositories data using bitbucket api and my bitbucket account is private. Do I follow same steps you. mentioned in video
a special place in heavens is reserved for you
Super helpful to see the Bitbucket OAuth documentation in action in this and your other videos, thank you.
could you please let me know how I create a pull request to bit bucker compete body structure?
How to push the repo back to bitbucket using python?
Can you show us how to create repository using api?
Where did you get the VALUE for where the KEY = code. Around timestamp 7:24. What is that value and how do I find it.
When you authorize the app using the web browser, the redirect URL will bring you that site and contain the "code" in the URL. You can see it at 5:31 in the location bar.
You my friend, is a life saver thank you so much!!!!
Having trouble integrating BitBucket Cloud with Jenkins. Do you have any video for that?
I want to get commit ,merge and PR details.. can you please help me with that?
Hi can I get your contact number ?..
how did you get token.? that you are using to call bitbucket api.
Check my other video, I have created dedicated video for it. Playlist link in a description.
@@techjam6935 what I am exatly looking any api for validate the bitbucket base url.? could you please help me with this,?
If you use cloud, the base url will be same for all the users and if you use self hosted then it could be vary. There is no api to validate Bitbucket base url
@@techjam6935 okay And thanks alot.
Thank you ...can we increase the expiration time?
No you can't, Once the token is expired you need to generate the new access token using refresh token. Also the refresh token never expires until the app is revoked from the account.
I want to get build details from bitbucket Would you please help me in doing that
Do you mean commit details?
by following these steps, i am only able to get public repos not private one, how can i do this. can you help?
Check whether your account has repository or not and if you have then check the scope of it.
Generally it is scoping issue.
I have private repositories, not able to fetch their data
You need to add scope for private repositories as well.
how api work in slack devlopment, i have created UI using block kit builder and want to send data entered in that ui to post api, PLS help if you know
Tq bro its.. really helpful to me..👍👍🙏🙏😘😘
Getting "error_description": "Invalid OAuth client credentials", "error": "unauthorized_client" errorcould you help me with this.
Client id must be wrong
That keyboard though...
Hahaha sorry for that. Will try to mute that next time.
Omg! THANK YOU!!
👍👍
is there any way to get all repositories of workspace without authentication?
You get public repository list without authentication.
read access na b to b repositories show kry ga?
Nope. Atleast read access chahie
Thanks Man :)
Welcome ☺️
@@techjam6935 brother can you create a separate video on refresh token to obtain new access token that be very helpful or give me any good example of it
@@manshusharma4891 Yes, will create soon and share
@@techjam6935 thanks bro
Hello Dipak, How Can we add Oauth Consumer to get key in bitbucket server? Regards, Dharmendra
If you are talking about getting key from another account then you need to create consumer in your account and then redirect your app to consumers account asking the permission. And if you are talking about your account's consumer then you'll find that in your account settings.
@@techjam6935 thanks for reply... I explain here. What actually need.. We have bitbucket clients.. I want to get pullrequest data using app... We are not working on bitbucket cloud..
I am not sure about bitbucket server, maybe you'll need credentials or you need to add webhook manually
@@techjam6935 can you share you Skypeid. I have to discuss on it.. Please
@@dharmendragosai5600 live:deepak.kumbhar_1
Any idea how to do server to server communication ? Since my application server cannot visit the webpage to get the token
No I don't think so. You can raise ticket on Bitbucket forum.
not sure you meant other to hear your voice. you need to speak out otherwise no one can understand. Surely you give good tips, however they are all wasted if people cant hear you.
Sure I'll improve that. Thanks for your advice.
hey, how to generate access token without login in to bitbucket
You need to authorise your app atleast once in the account for which you want access token, then you can generate the access token every time using the refresh token until and unless the app is revoked from the authorised account.
bhai thoda volume badha tera, cant hear u properly what ur saying
Sure bhai. Will improve that in coming videos
Thanks Deepak for the video. I tried this but ended up in error. My request bitbucket.org/!api/2.0/repositories/{name}?access_token={access_token} It returned {"pagelen":10,"values":[],"page":1,"size":0} Any idea?
This is probably because in your case you should use bitbucket.org/!api/2.0/repositories/{workspace}?access_token={access_token} where workspace is your company bitbucket workspace name.
@@gablabelle This worked for me, after following the author's guide on getting a workspace OAuth Token, here: ruclips.net/video/rb_SZE6Sh20/видео.html Thanks all
hi, can I ask dialogflow something and then dialogflow reply to another one (not me)
Yes, you can do that. But you need slack webhook url of that user.
@@techjam6935 Do you have video or tutorial for that?
Sorry, currently I don't have video URL for that. I will paste here if I found something.
@@techjam6935 thanks, I appreciate your help
Nice vid! I'd suggest making the inside rotate slightly faster than the outside to give it a twisting illusion. Also, I get realistic galaxies, minus the color, using sugar-free flavored creamers in my actual coffee. Sugar-based ones dissolve too fast.
Okay. Thanks! I will improve that.
can I apply the files within slack and these files be displayed inside dialogflow with this integrate? Thaks
I am not sure exactly what you are asking. But if you want to play with slack you need to create slack app for that.
@@techjam6935 DIALOG FLOW Responses Default Text response ↪ I want an image to appear here.
Yes. You can do that, but i guess you will need APIs for that. You can check this link- www.analyticsvidhya.com/blog/2018/03/how-to-build-an-intelligent-chatbot-for-slack-using-dialogflow-api/
Thanks Deepak, this was informative.
Your welcome. Keep supporting 😊
Very nice video. Please keep posting more videos.
Thank you🙂
Kya hai bhai ye...😕
Are wo development ka hai.