All Projects โ†’ trmcnvn โ†’ DigitalOcean.API

trmcnvn / DigitalOcean.API

Licence: MIT License
๐Ÿ‹ .NET implementation of the DigitalOcean API

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to DigitalOcean.API

hacktoberfest20
Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first-time contributors. #hacktoberfest20. Donโ€™t forget to read the README.md for guidance.
Stars: โœญ 18 (-82.86%)
Mutual labels:  digitalocean
ddns
a multiple providers ddns script without dependencies
Stars: โœญ 47 (-55.24%)
Mutual labels:  digitalocean
speedtest-for-digitalocean
Run speed tests for all DigitalOcean datacenters faster than ever.
Stars: โœญ 40 (-61.9%)
Mutual labels:  digitalocean
Gauntlet
๐Ÿ”– Guides, Articles, Podcasts, Videos and Notes to Build Reliable Large-Scale Distributed Systems.
Stars: โœญ 336 (+220%)
Mutual labels:  digitalocean
digitalocean
A prototype API for Digital Ocean.
Stars: โœญ 35 (-66.67%)
Mutual labels:  digitalocean
glob-tool
A tool to test globs against sets of test strings quickly and easily for the DigitalOcean Community.
Stars: โœญ 14 (-86.67%)
Mutual labels:  digitalocean
hacktoberfest2021
Make your first PR. A beginner friendly repository made specifically for open source beginners. Add any program under any language (it can be anything from a simple program to a complex data structure algorithm). Happy coding...
Stars: โœญ 41 (-60.95%)
Mutual labels:  digitalocean
Microservices-Nodejs-React
Applying Microservices Architecture using nodejs, MongoDB, redis, and handling async communication using nats. Deploying all these in a kubernetes cluster hosted on gcp.
Stars: โœญ 18 (-82.86%)
Mutual labels:  digitalocean
DSA
Write DSA Codes into it
Stars: โœญ 18 (-82.86%)
Mutual labels:  digitalocean
HacktoberFest 2021
Hacktoberfest 2021 contribution repositoryโœจ
Stars: โœญ 43 (-59.05%)
Mutual labels:  digitalocean
digitalocean-helper-bot
็”จ telegram bot ็ฎก็† Digital Ocean ่ดฆๅท
Stars: โœญ 24 (-77.14%)
Mutual labels:  digitalocean
HacktoberFest-HelloWorld
All your PRs will be merged !! ๐Ÿ˜Š
Stars: โœญ 24 (-77.14%)
Mutual labels:  digitalocean
scalr
Autoscaling for Clouds
Stars: โœญ 17 (-83.81%)
Mutual labels:  digitalocean
Hacktoberfest-Guide-2019
เถšเทœเถฝเทŠเถฝเถฑเทŠเถง เถšเท™เถฝเทŠเถฝเถฑเทŠเถง Hacktoberfest เถงเท“ เท‚เถปเทŠเถงเทŠ๐Ÿ‘‰ Hacktoberfest 2019 opensource guide. Happy Open Sourceโค๏ธ๐Ÿ˜๐Ÿ˜โค๏ธ Do Your Activity Here ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
Stars: โœญ 11 (-89.52%)
Mutual labels:  digitalocean
Code-Hub
No description or website provided.
Stars: โœญ 107 (+1.9%)
Mutual labels:  digitalocean
vps
A laravel 5 package to easily create and maintain vps on digital ocean
Stars: โœญ 59 (-43.81%)
Mutual labels:  digitalocean
Hacktoberfest-Flutter
For all the Flutter developers out there make your first Pull Request and earn a free Tee from GitHub!
Stars: โœญ 89 (-15.24%)
Mutual labels:  digitalocean
BhimIntegers
BhimIntegers๐Ÿš€ is a C++ library that is useful when we are dealing with BigIntegers๐Ÿ’ฅ๐Ÿ’ฅ. We can handle big integers (integers having a size bigger than the long long int data type) and we can perform arithmetic operations๐Ÿ“˜ like addition, multiplication, subtraction, division, equality check, etc๐Ÿ“๐Ÿ“. Also, there are several functions like factorial, โ€ฆ
Stars: โœญ 43 (-59.05%)
Mutual labels:  digitalocean
warp
WARP one-click script. Add an IPv4, IPv6 or dual-stack CloudFlare WARP network interface and Socks5 proxy for VPS. ไธ€้”ฎ่„šๆœฌ
Stars: โœญ 950 (+804.76%)
Mutual labels:  digitalocean
space-voyager
Interactive Space App . Attention Contributers! join discord server for discussion of Issues, Pull requests https://discord.gg/FpEK9AqbCf
Stars: โœญ 18 (-82.86%)
Mutual labels:  digitalocean

DigitalOcean API

GitHub Actions status

Implementation of the DigitalOcean API (v2) for .NET Standard 2+

Install

DigitalOcean.API is available for install from NuGet and the GitHub Package Registry.

dotnet add package DigitalOcean.API

Example

var client = new DigitalOceanClient("api_token");

var request = new Droplet {
  Name = "example.com",
  Region = "nyc3",
  Size = "s-1vcpu-1gb",
  Image = "ubuntu-16-04-x64",
  SshKeys = new List<object> { 107149 },
  Backups = false,
  Ipv6 = true,
  Tags = new List<string> { "web" }
};

var droplet = await client.Droplets.Create(request);

Documentation

Check out DigitalOcean's documentation of their API to see all possible interactions.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].