Skip to content
/ API-Restaurant Public template

api .net with mongodb to include - search all - search by id - include ratings - search top 3 - remove - search by text.

License

Notifications You must be signed in to change notification settings

joomoraes/API-Restaurant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Restaurant .NET C#

C# library project template

GitHub language count Repository size GitHub last commit Packagist

This package publishes all versions of the CloudEvents Schema JSON spec

.
├── LICENSE
├── program.cs
└── schemas
    ├── latest
    │   └── appsettings.json
    └── 1.0
        └── appsettings.json

How

// HTTP REQUESTS
var GET = require('https://localhost:44372/Restaurant/Text?text=Restaurant')
var DELETE = require('https://localhost:44372/Restaurant/636d18bdb8688cbef378c0ab')
var GET = require('https://localhost:44372/Restaurant/Top3')
var PATCH = require('https://localhost:44372/Restaurant/6375535d29545307a4e663c0/review')
var GET = require('https://localhost:44372/Restaurant?name=Dec')
var PUT = require('https://localhost:44372/Restaurant/636d18bdb8688cbef378c0ab')
var GET = require('https://localhost:44372/Restaurant/636d18bdb8688cbef378c0ab')
var GET = require('https://localhost:44372/Restaurant/All')
var POST = require('https://localhost:44372/Restaurant')
/** schemas is an object with the following shape:
  {
    latest: ...
    1.0: ...
  }
*/

Author: João Pedro

About

api .net with mongodb to include - search all - search by id - include ratings - search top 3 - remove - search by text.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages