Egnyte is a company, that offers secure and fast file storage in the cloud for business customers. I have written more about getting started with Egnyte API in my previous post. Egnyte.API is a nuget package, that I’ve written in .Net and it supports: .Net Framework 4.5 Windows Phone 8.1 Xamarin It contains support for… Continue reading Using Egnyte.API package for connecting to Egnyte cloud storage
Month: January 2018
Getting started with Egnyte API in .Net
Egnyte is a company that provides software for enterprise file synchronization and sharing. Egnyte offers a cloud storage for business users to securely access and share data across the company. API offers RESTful interface, all request and responses are formated as JSON, strings are encoded as UTF-8 and all calls must be done over HTTPS.… Continue reading Getting started with Egnyte API in .Net
Implementing OData in ASP.Net API
OData is a protocol that allows creating custom queries to simple REST services. Using OData query parameters you can filter, sort or transform output you’re getting to fit your needs without any implementation changes on the API side. It sounds groundbreaking and innovative and it actually is, but it’s not a new thing – Microsoft… Continue reading Implementing OData in ASP.Net API