Skip to content

kossov/PartyMate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PartyMate

http://partymate.apphb.com/

MVC

PartyMate Class Diagram

Api

Clubs

  • Get all Clubs

    PUBLIC

    GET: api/Clubs/All?page=1&size=10

    BODY:

    [
        {
            "Id": 1,
            "ProfilePicUrl": "http://telerikacademy.com/Content/Images/news-img01.png",
            "Name": "TelerikAcademy",
            "Rating": 0,
            "Location": {
                "Latitude": 42.6508509,
                "Longitude": 23.3772423
            }
        }
    ]
  • Get Club details

    PUBLIC

    GET: api/Clubs/Details?id=1

    BODY:

    {
        "ProfilePicUrl": "http://telerikacademy.com/Content/Images/news-img01.png",
        "Name": "TelerikAcademy",
        "Rating": 0,
        "Adress": "бул. \"Александър Малинов\" 31, 1729 София",
        "Phone": "02 809 9897",
        "SiteUrl": "http://telerikacademy.com/",
        "FacebookUrl": "https://www.facebook.com/TelerikAcademy",
        "TwitterUrl": "https://twitter.com/TelerikAcademy",
        "Email": "",
        "Capacity": 5000,
        "Views": 0,
        "Location": {
            "Latitude": 42.6508509,
            "Longitude": 23.3772423
        },
        "photos": []
    }

About

TelerikAcademy 2015/2016 - ASP.NET MVC Project + NativeScript Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published