/CCS-REST

Primary LanguageRubyMIT LicenseMIT

CCS-REST

Teaching project for purpose of practical works.

The aim here is to manipulate several REST APIs to feed an other one.

All the datas are formatted in JSON.

Used APIs

Some examples

  • GET /ip

  • GET /ip?ip=178.209.53.76

  • GET /stations

  • GET /stations?ip=178.209.53.76

  • GET /weathers

  • GET /weathers?ip=178.209.53.76

Implementation

An implementation using this API is available at WIS-Client