MCPcopy Create free account
hub / github.com/apollographql/fullstack-tutorial /

Class

final/server/src/datasources/launch.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { RESTDataSource } = require('apollo-datasource-rest');
2
3class LaunchAPI extends RESTDataSource {
4 constructor() {
5 super();
6 this.baseURL = 'https://api.spacexdata.com/v2/';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected