8000 GitHub - soumyaray/Wefix
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

soumyaray/Wefix

 
 

Repository files navigation

Wefix API

API to store and retrieve problem location

Routes

All routes return Json

  • GET /: Root route shows if Web API is running
  • GET api/v1/location/: returns all locations IDs
  • GET api/v1/location/[ID]: returns details about a single location with given ID
  • POST api/v1/location/: creates a new location

Install

Install this API by cloning the relevant branch and installing required gems from Gemfile.lock:

bundle install

Test

Run the test script:

ruby spec/location_api_spec.rb

Execute

Run this API using:

rackup

Assests

Logo

<Logo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%
0