Database class
Методы этой секции предоставляют доступ к базе данных учебных заведений ВКонтакте. Доступ к данным является бесплатным и не требует авторизации, однако количество запросов с одного IP адреса может быть ограничено, при необходимости делать большое количество запросов рекомендуется выполнять запросы с клиентской стороны, используя JSONP.
Constructors
- Database.new(Api _api)
- Конструктор.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getChairs<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns list of chairs on a specified faculty.
-
getCities<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns a list of cities.
-
getCitiesById<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns information about cities by their IDs.
-
getCountries<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns a list of countries.
-
getCountriesById<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns information about countries by their IDs.
-
getFaculties<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns a list of faculties (i.e., university departments).
-
getMetroStations<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Get metro stations by city
-
getMetroStationsById<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Get metro station by his id
-
getRegions<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns a list of regions.
-
getSchoolClasses<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns a list of school classes specified for the country.
-
getSchools<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns a list of schools.
-
getUniversities<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns a list of higher education institutions.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited