Skip to content

Commit

Permalink
Merge pull request #827 from WebBreacher/fixing-sites
Browse files Browse the repository at this point in the history
fixed bitbucket
  • Loading branch information
WebBreacher authored Jun 10, 2024
2 parents 374b1e3 + ae5c426 commit 3050266
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions wmn-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,12 +578,13 @@
},
{
"name" : "Bitbucket",
"uri_check" : "https://bitbucket.org/{account}/workspace/projects/",
"uri_check" : "https://bitbucket.org/!api/2.0/repositories/{account}?page=1&pagelen=25&sort=-updated_on&q=&fields=-values.owner%2C-values.workspace",
"uri_pretty" : "https://bitbucket.org/{account}/workspace/repositories/",
"e_code" : 200,
"e_string" : "Projects",
"m_string" : "Resource not found",
"e_string" : "full_name",
"m_string" : "No workspace with identifier",
"m_code" : 404,
"known" : ["adriangrabowski4", "devsunleashed"],
"known" : ["LaNMaSteR53", "osamahalisawi"],
"cat" : "coding"
},
{
Expand Down

0 comments on commit 3050266

Please sign in to comment.