Search API

Search API

  • Summary
  • GitHub
  • Help

›Database Tables/ Models

  • Intro
  • DB Schema

Search API Releases

  • Search API Releases
  • Release #0
  • Release #1
  • Release #2
  • Release #3
  • Release #4

Search API tests

  • Search API tests
  • How To test Search API?

  • Search Form Tests

Database Tables/ Models

  • Database Tables/ Models
  • Ingredients
  • Recipe Names
  • Attribute
  • | Allergy
  • | Course
  • | Cuisine
  • | Diet
  • | Holiday

Simple Queries

  • Simple Queries
  • Ingredients By Name
  • Attributes By Name
  • Recipes By Name
  • Recipe Cases
  • Attributes that will return one or more recipes
  • Recipes + Attributes

Ingredients


Here we're displaying a list of requests, that will return data, related to ingredients attributes


Ingredient Model API

URLStatus
http://localhost:3000/api/ingredientworks
http://localhost:3000/api/ingredient?filter[where][id]=5abc4edf66c784507b0d8cbdworks
http://localhost:3000/api/ingredient?filter[where][name]=potatoesworks
http://localhost:3000/api/ingredient?filter[where][and][][name][like]=oil&filter[where][and][][departmentId]=5abc4edc66c784507b0d8c5bworks
http://localhost:3000/api/ingredient?filter[where][and][][name][inq]=chicken&filter[where][and][][name][inq]=pastaNA
http://localhost:3000/api/ingredient?filter[where][name][like]=oilworks

Hosted links

URLStatus
https://loopback-recipe-search.herokuapp.com/api/ingredient?filter[where][id]=5abc4edf66c784507b0d8cbdworks
https://loopback-recipe-search.herokuapp.com/api/ingredientworks
https://loopback-recipe-search.herokuapp.com/api/ingredient?filter[where][name]=potatoesworks
https://loopback-recipe-search.herokuapp.com/api/ingredient?filter[where][and][][name][like]=oil&filter[where][and][][departmentId]=5abc4edc66c784507b0d8c5bworks
https://loopback-recipe-search.herokuapp.com/api/ingredient?filter[where][and][][name][inq]=chicken&filter[where][and][][name][inq]=pastaworks
https://loopback-recipe-search.herokuapp.com/api/ingredient?filter[where][name][like]=oilworks
← Database Tables/ ModelsRecipe Names →
  • Ingredient Model API
  • Hosted links
Search API
Docs
Initial pageSearch API releasesSearch API testsSimple queries
More
BlogGitHubStar
Copyright © 2018 ChickenKyiv company