Skip to content

Install CodeMash

meow12 edited this page Dec 12, 2019 · 1 revision

Step 2: Install CodeMash via NuGet

To make easier use of our services we suggest downloading our provided SDK.

  1. Using your preferred editor (Visual Studio, Rider, Visual Studio Code or any other) open your .NET project.
  2. Add NuGet Package using one of the following ways
    • Search for CodeMash.Core in package manager,
    • or run the command Install-Package CodeMash.Core.

For more information about CodeMash NuGet package click here.

Package CodeMash.Core includes all of SDK services.

Dependencies

  • Servicestack

Continue the set up process - Step 3: Set up API keys.

Other packages

If you don't want to install all of the SDK but just some of the services - read below.

Install-Package CodeMash.Client

This package only provides the API client to call CodeMash servers.

Dependencies

  • Servicestack

Install-Package CodeMash.Interfaces

This package contains all of the interfaces used by other packages.

Dependencies

  • Servicestack

Install-Package CodeMash.Repository

This package contains all of the methods for Database service.

Dependencies

  • Servicestack


  1. Getting Started
    1.1. Register at CodeMash
    1.2. Install CodeMash
    1.3. Set up API keys

  2. Microservices
    2.1. Database
       2.1.1. Connect
       2.1.2. Insert
    2.2. Membership
       2.2.1. Connect
       2.2.2. User Registration
       2.2.3. Authentication
       2.2.4. User Management
    2.3. Files Service
       2.2.1. Connect
    2.4. Email Notifications
       2.2.1. Connect
       2.2.1. Emails
    2.5. Push Notifications
       2.2.1. Connect
       2.2.1. Devices
       2.2.1. Notifications
       2.2.1. Templates
    2.6. Scheduler
    2.7. Code Service
       2.2.1. Connect
       2.2.2. Functions
    2.8. Logs
       2.2.1. Connect
       2.2.2. Logs Management

  3. Other Services
    3.1. Project Settings
    3.2. Tokens Binding

Clone this wiki locally