StashApiCSharp icon indicating copy to clipboard operation
StashApiCSharp copied to clipboard

[Atlassian] Bitbucket Server/Stash API wrapper built in C#

Results 13 StashApiCSharp issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies
major

I see that the StashApiCSharp supports basic authentication using string for password . wouldn't it better to add support for SecureString in order to avoid possible risk of exposing sensitive...

I would like to mock this API for unit tests. Are you open to the idea of adding interfaces to the StashClient and API objects? I would be willing to...

Use Azure Pipelines to: 1. spin-up a Docker container with Bitbucket installed https://hub.docker.com/r/atlassian/bitbucket-server/ 2. create another container to execute integration tests Between step 1) and 2) we need to properly...

help wanted

In December V1 will go from deprecated to unsupported.

help wanted

issue reported by @jhallam3 and imported from https://github.com/jlouros/BitBucketServerCSharp/issues/1 This project was developed uniquely with BitBucket Server in mind (on-premises version of BitBucket). Even though the API might be similar, the...

help wanted

I'm using this API for gathering some statistics on our BitBucket server for my team and I wanted to retrieved all commits (distinct across all branches). Based on this [answer](https://community.atlassian.com/t5/Bitbucket-questions/How-to-get-the-commits-in-a-specific-branch-in-stash-via-REST/qaq-p/381793),...

help wanted

This a feature suggestion: the ability to use the StashClient to run some BitBucket API commands/url that are not currently supported by this API. This would leverage the authentication and...

help wanted