Skip to content

patrickbird/basespace-csharp-sdk

 
 

Repository files navigation

basespace-csharp-sdk

This is a pre-release and not fully functional or ready for production environments!!

Contributing

To Enable Integration Tests

  • Create a file called appSettings.config.hidden and put it in the BaseSpace.SDK.Tests directory
  • Put the following in this file:
<?xml version="1.0" encoding="utf-8" ?>
  <appSettings>
    <add key="basespace:api-key" value="YOURVALUE"/>
    <add key="basespace:api-secret" value="YOURVALUE"/>
    <add key="basespace:api-authcode" value="YOURVALUE"/>
    <add key="basespace:api-url" value="https://api.basespace.illumina.com"/>
    <add key="basespace:web-url" value="https://basespace.illumina.com"/>
    <add key="basespace:api-version" value="v1pre3"/>
</appSettings>
  • Replace the values with the ones you want to test
  • Unit tests assume access token has read/write privileges and access to multiple runs/projects/samples but doesn't assume specific data unless global

Contributions

All contributions are welcome, but must be made as a pull request and be useful for a wide range of users. Please follow coding style in code and resharper rules if present.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%