Skip to content

Cakez0r/UnityRestClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Unity Rest Client

A small library for interacting with JSON REST APIs from within a Unity3D project. Comes with an example that uses Twitter's search API.

##Example syntax m_searchResult = m_restClient.Get<SearchResponse>(endpoint, new { q = m_searchQuery, rpp = m_resultsPerPage });

About

A small library for interacting with JSON REST APIs in Unity3D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages