/Rest.API.Translator

Rest.API.Translator is a small library that translate interface to valid rest api calls. So instead of using url for each methods, you only use interface and expression to build a valid call to your rest api.

Primary LanguageC#MIT LicenseMIT

Rest.API.Translator is a small library that translate interface to valid rest api calls. So instead of using url for each methods, you only use interface and expression to build a valid call to your rest api.

CodeProject and Code Example

Rest.API.Translator