Git Product home page Git Product logo

apprendacsharpapiclient's Introduction

# README #

 This is a full C# client for accessing the Apprenda platform, asyncronously.  It uses pregenerated Swagger projects to 
   get object definitions, or in cases where they don't exist it provides them.  

   In addition it also provides the ability for very detailed logging about test behavior, by injectiong a ITelemetryReportingService 
   to the client factory.  This allows a consumer to do things like sending timestamped proxy calls and tests to Splunk or Elk,
   for example.

   To use - instantiate the ApprendaApiClientFactory, and call GetV1Client.  This will give you a client that can talk to the platform
   specified in your ConnectionSettings.

   Optional injected services:
   ITelemetryReportingService - allows the calling assembly to provide a service which will give detailed messages about when a
   test, or proxy call, begins and ends.  Useful for creating timestamped data on how long things take, especially over many
   repetitions.

   IUserLoginRepository - allows the calling assembly to provide users and admin users to tests by whatever logic they want

   ISmokeTestApplicationRepository - allows the calling assembly to provide custom code for retrieving application archives for tests

   IConnectionSettingsFactory - allows the user to extend how we get our basic connection information (where Apprenda is, etc).  
   Useful if a test writer needs to use configuration files, or some other method rather than changing code.




### What is this repository for? ###

* Quick summary
* 0.1.1

### Currently supported entities

* DeveloperPortal
  * Applications
  * Versions
  * Promotion
  * Plans
  * Users, Groups, Subscriptions
     * Mutlitenant
     * AuthZ
  * Environment Variables
  * 
* SOC
  * (External User Store) Groups
  * Clouds
  * Custom Properties
  * Health Reports
  * Registry Settings

* Account

### Who do I talk to? ###

* [email protected]


apprendacsharpapiclient's People

Contributors

eriklg avatar kcamp avatar mathiesonsterling avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.